Created
October 17, 2019 05:03
-
-
Save ciatph/9834a92dfc64c6077ed654ed20b6da77 to your computer and use it in GitHub Desktop.
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 -node -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