Update tls-ciphers-no-stapling.conf
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
c83fcb38c2
commit
12a8ed9cc2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ssl_session_cache shared:SSL:10m;
|
|||
ssl_dhparam /etc/tls/dhparam;
|
||||
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_conf_command Options PrioritizeChaCha;
|
||||
|
|
Loading…
Reference in a new issue