Skip to content

Commit

Permalink
feat: add support for X448 curve
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner authored Dec 26, 2023
1 parent 2abaa64 commit c897c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ http
##

ssl_protocols TLSv1.2 TLSv1.3;
ssl_ecdh_curve X25519:secp256r1:secp384r1:secp521r1:sect571r1;
ssl_ecdh_curve X25519:X448:secp256r1:secp384r1:secp521r1:sect571r1;
# uncomment and replace above if you want 100% in key exchange for ssl labs
# ssl_ecdh_curve secp384r1:secp521r1:sect571r1;
ssl_session_timeout 1d;
Expand Down

0 comments on commit c897c43

Please sign in to comment.