Skip to content

Commit dda991a

Browse files
authored
🔨 Add TLSv1.3 (#121)
1 parent 146ab31 commit dda991a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookstack/rootfs/etc/nginx/includes/ssl_params.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ssl_protocols TLSv1.2;
1+
ssl_protocols TLSv1.3 TLSv1.2;
22
ssl_prefer_server_ciphers on;
33
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA;
44
ssl_ecdh_curve secp384r1;

0 commit comments

Comments
 (0)