Created
January 14, 2019 14:02
-
-
Save marcusdb/0247d1c5ed3ccefcc53a07606ecd850f to your computer and use it in GitHub Desktop.
create self signed certificate
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 -x509 -keyout snakeoil-ca-1.key -out snakeoil-ca-1.crt -days 365 -subj '/CN=ca1.test.dev.io/OU=Dev/O=Developer/L=Porto/ST=Porto/C=PT' -passin pass:password -passout pass:password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment