We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c84037 + 96d6b47 commit b0393a1Copy full SHA for b0393a1
roles/nginx_hardening/defaults/main.yml
@@ -23,7 +23,7 @@ nginx_add_header: [
23
24
nginx_set_cookie_flag: "* HttpOnly secure"
25
nginx_ssl_prefer_server_ciphers: "on"
26
-nginx_ssl_protocols: "TLSv1.2"
+nginx_ssl_protocols: "TLSv1.2 TLSv1.3"
27
nginx_ssl_ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"
28
nginx_ssl_session_tickets: "off"
29
nginx_dh_size: "2048"
0 commit comments