Switch HTTPS vhosts to Let's Encrypt certificates
For now I generated the certs manually, but in the future the play- book should run the letsencrypt-auto client for us! Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@ nginx_ssl_dhparam: /etc/ssl/certs/dhparam.pem
|
||||
nginx_ssl_protocols: 'TLSv1 TLSv1.1 TLSv1.2'
|
||||
|
||||
# TLS key directory
|
||||
tls_key_dir: /etc/ssl/private
|
||||
tls_key_dir: /etc/letsencrypt/live
|
||||
|
||||
# stable is 1.8.x
|
||||
# mainline is 1.9.x
|
||||
|
Reference in New Issue
Block a user