Skip to content

Instantly share code, notes, and snippets.

@PieterScheffers
Created December 22, 2015 21:07
Show Gist options
  • Select an option

  • Save PieterScheffers/7a4bc1eddbcd5b49a518 to your computer and use it in GitHub Desktop.

Select an option

Save PieterScheffers/7a4bc1eddbcd5b49a518 to your computer and use it in GitHub Desktop.
Generate SSL Certificate
# https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
# https://mozilla.github.io/server-side-tls/ssl-config-generator/
# Install letsencrypt
portmaster -ydbg --no-confirm security/py-letsencrypt
# Generate dhparam file
openssl dhparam -out dhparam.pem 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment