Mozilla SSL Configuration Generator credit

This commit is contained in:
Matteo Bini 2023-02-08 18:44:54 +01:00
parent 6da78c848d
commit ae286ceecb
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ openssl dhparam -out /etc/ssl/dh4096.pem 4096
chown root:ssl-cert /etc/ssl/dh4096.pem
chmod 440 /etc/ssl/dh4096.pem
printf \
'ssl_session_timeout 1d;
'# Created with Mozilla SSL Configuration Generator https://ssl-config.mozilla.org/
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m; # about 40000 sessions
ssl_session_tickets off;