Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save socheatsok78/aa33e394aca285543eaaed54c771502c to your computer and use it in GitHub Desktop.
Save socheatsok78/aa33e394aca285543eaaed54c771502c to your computer and use it in GitHub Desktop.
Generating stronger DH parameters for nginx's SSL
# run in the terminal, then set as ssl_dhparam in nginx.conf
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment