-
-
Save weaponsforge/98e5fc4aa65e99156f9e45ce2e45d100 to your computer and use it in GitHub Desktop.
Create basic self-signed certificates for localhost usage
This file contains 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
// Create ssl certificates for localhost use only using openssl | |
openssl req -nodes -new -x509 -keyout server.key -out server.cert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment