Update tls-ciphers-no-stapling.conf

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2024-10-08 22:32:20 +02:00 committed by GitHub
parent c83fcb38c2
commit 12a8ed9cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ ssl_session_cache shared:SSL:10m;
ssl_dhparam /etc/tls/dhparam; ssl_dhparam /etc/tls/dhparam;
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;
ssl_ecdh_curve p384_mlkem768:x25519_mlkem768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1; ssl_ecdh_curve p384_mlkem768:X25519MLKEM768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_conf_command Options PrioritizeChaCha; ssl_conf_command Options PrioritizeChaCha;