Created
May 20, 2015 19:35
-
-
Save starchy/6597028eb4e797e9d536 to your computer and use it in GitHub Desktop.
Logjam-avoidant PFS SSL config for Nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssl_prefer_server_ciphers on; | |
ssl_ciphers ECDH+AESGCM:ECDH+AES256:ECDH+AES128:ECDH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5:!DSS; | |
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | |
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment