Skip to content

Commit b0393a1

Browse files
authored
Merge pull request #470 from ksaadDE/patch-2
Add TLSv1.3 to nginx default configuration
2 parents 0c84037 + 96d6b47 commit b0393a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/nginx_hardening/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nginx_add_header: [
2323

2424
nginx_set_cookie_flag: "* HttpOnly secure"
2525
nginx_ssl_prefer_server_ciphers: "on"
26-
nginx_ssl_protocols: "TLSv1.2"
26+
nginx_ssl_protocols: "TLSv1.2 TLSv1.3"
2727
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"
2828
nginx_ssl_session_tickets: "off"
2929
nginx_dh_size: "2048"

0 commit comments

Comments
 (0)