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:
2015-11-07 20:52:48 +03:00
parent 13a1889017
commit c0431d4247
4 changed files with 64 additions and 903 deletions

View File

@ -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