Created
September 2, 2016 08:18
-
-
Save matt3o/56fa0e56df65afaed067bc2f2a74b7dc 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
openssl req -x509 -sha256 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1000 -nodes -subj "/C=DE/ST=None/L=None/O=None/OU=Org/CN=127.0.0.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment