Skip to content

Instantly share code, notes, and snippets.

@evervasquez
Created February 29, 2020 16:40
Show Gist options
  • Save evervasquez/7c74f0a9c7ed9aa13c77acb7688bb580 to your computer and use it in GitHub Desktop.
Save evervasquez/7c74f0a9c7ed9aa13c77acb7688bb580 to your computer and use it in GitHub Desktop.
Generate SSL dhparam file with openssl
# openssl dhparam -out /etc/nginx/ssl/dhparam-2048.pem 2048
ssl_dhparam ssl/dhparam-2048.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment