Fix weak DH configuration
The SSLLabs https://www.ssllabs.com/ssltest/ test reported a B rating for our SSL configuration, mostly due to the weak DH confiugration we have, which is vulnerable to the logjam attack. This is their recommended configuration for nginx. From: https://weakdh.org/sysadmin.html This has been verified to work with docker 0.10.0.
This commit is contained in:
parent
44584ff0d8
commit
c88edf8989
2 changed files with 10 additions and 1 deletions
8
conf/dhparams.pem
Normal file
8
conf/dhparams.pem
Normal file
|
@ -0,0 +1,8 @@
|
|||
-----BEGIN DH PARAMETERS-----
|
||||
MIIBCAKCAQEAk7fEh4MFr446aU61ZGxCl8VHvcJhDGcdd+3zaNxdWF7Wvr5QE8zX
|
||||
QswoM5K2szlK7klcJOXer2IToHHQQn00nuWO3m6quZGV6EPbRmRKfRGa8pzSwH+R
|
||||
Ph0OUpEQPh7zvegeVwEbrblD7i53ookbHlYGtxsPb28Y06OP5/xpks9C815Zy4gy
|
||||
tx2yHi4FkFo52yErBF9jD/glsZYVHCo42LFrVGa5/7V0g++fG8yXCrBnqmz2d8FF
|
||||
uU6/KJcmDCUn1m3mDfcf5HgeXSIsukW/XMZ3l9w1fdluJRwdEE9W2ePgqMiG3eC0
|
||||
2T1sPfXCdXPQ7/5Gzf1eMtRZ/McipxVbgwIBAg==
|
||||
-----END DH PARAMETERS-----
|
Reference in a new issue