Skip to content

Instantly share code, notes, and snippets.

@david-rahrer
Created October 31, 2014 06:03
Show Gist options
  • Save david-rahrer/f45d866ff8a71196437d to your computer and use it in GitHub Desktop.
Save david-rahrer/f45d866ff8a71196437d to your computer and use it in GitHub Desktop.
Nginx config snippets
# Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits
# Generate with: cd /etc/ssl/certs && sudo openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
ssl_dhparam /etc/nginx/ssl/dhparam.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment