File diff 4e121413ca5c → a8ad1fdf6f60
roles/web_server/templates/tls.conf.j2
Show inline comments
 
ssl_protocols {{ web_server_tls_protocols | join(" ") }};
 
ssl_ciphers {{ web_server_tls_ciphers }};
 
ssl_dhparam /etc/ssl/private/{{ ansible_fqdn }}_https.dh.pem;