Skip to content

Instantly share code, notes, and snippets.

@darron
Last active August 29, 2015 14:21
Show Gist options
  • Save darron/c1fda41a1e425fb9015e to your computer and use it in GitHub Desktop.
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
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