Skip to content

Instantly share code, notes, and snippets.

@detj
Created July 8, 2016 11:09
Show Gist options
  • Select an option

  • Save detj/b34c6503d23e4e703753e83f7ca34518 to your computer and use it in GitHub Desktop.

Select an option

Save detj/b34c6503d23e4e703753e83f7ca34518 to your computer and use it in GitHub Desktop.
Generate Diffie Hellman Keys
openssl dhparam -out dhparam.pem 4096
@detj
Copy link
Author

detj commented Jul 8, 2016

And later in nginx.conf

ssl_dhparam /etc/ssl/certs/dhparam.pem;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment