Last active
December 29, 2016 17:01
-
-
Save leveled/c29a0da2a1f1f88caed36667e539ee2c to your computer and use it in GitHub Desktop.
oneliner for ssl certificate creation
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 -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout server.key -out server.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment