Open main menu

Changes

105 bytes added ,  11:12, 24 January 2019
# edit letsencrypt.yml as needed to identify the host for the play
ansible-playbook -i hosts letsencrypt.yml
# or if you need to use a different user for SSH
ansible-playbook -i hosts letsencrypt.yml --user=root
 
# if installing by package (default), then certbot is installed "normally". If by source, it's in /opt/certbot
## on the target host
# Now you should be able to access $DOMAIN with a green lock icon
</source>
 
== With HAProxy ==