Created
November 28, 2017 09:53
-
-
Save betabong/5b9a1f99a39a8f8622cabd28772a5bf1 to your computer and use it in GitHub Desktop.
Create self-signed 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
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment