Created
December 22, 2015 21:07
-
-
Save PieterScheffers/7a4bc1eddbcd5b49a518 to your computer and use it in GitHub Desktop.
Generate SSL Certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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