abusesa: Use Mozilla's modern ciphersuites in services nginx config
This commit is contained in:
parent
9fd5bf33b6
commit
3803888be6
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,12 @@ server {
|
|||
ssl_certificate_key <%= @puppet_ssldir %>/private_keys/<%= @homename %>.pem;
|
||||
ssl_client_certificate <%= @puppet_ssldir %>/certs/ca.pem;
|
||||
|
||||
ssl_protocols TLSv1.2;
|
||||
ssl_ciphers <%= scope.lookupvar('ssl::ciphersuites::mozilla_modern_ciphersuites') %>;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
add_header Strict-Transport-Security max-age=15768000;
|
||||
|
||||
proxy_buffering off;
|
||||
|
||||
<% if @allow_dn -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue