Created
November 19, 2015 18:34
-
-
Save bencord0/dd724b35fed2617169c4 to your computer and use it in GitHub Desktop.
Selfsigned openssl wildcard oneliner
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:4096 -keyout example.key -nodes -sha512 -batch -subj '/CN=*.example.com/' -x509 -days 28 -out example.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment