Last active
August 29, 2015 14:21
-
-
Save darron/c1fda41a1e425fb9015e to your computer and use it in GitHub Desktop.
How to update octohost with a strong, unique Diffie Hellman Group - https://weakdh.org/sysadmin.html
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
cd /etc/nginx | |
openssl dhparam -out dhparams.pem 2048 | |
echo "ssl_dhparam /etc/nginx/dhparams.pem;" >> /etc/nginx/ssl.conf | |
service proxy restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment