Last active
October 28, 2016 02:13
-
-
Save yohangdev/5d2737881e00741eb871f11b2756c6f3 to your computer and use it in GitHub Desktop.
Create Self Signed SSL Certificate in one line command
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 -x509 -newkey rsa:4096 -keyout ssl_key.pem -out ssl_cert.pem -days 1024 -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment