roles/nginx: Update nginx https stuff

- re-organize tls vhost configuration
- copy TLS cert from host_vars directly to file

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-09-13 23:16:54 +03:00
parent 4e4f415acd
commit e6ffdf8652
5 changed files with 51 additions and 16 deletions

View File

@ -10,4 +10,7 @@ nginx_root_prefix: /var/www
# TLS protocol versions to support
nginx_tls_protocols: TLSv1 TLSv1.1 TLSv1.2
# TLS key directory
tls_key_dir: /etc/ssl/private
# vim: set ts=2 sw=2: