Skip to content

Instantly share code, notes, and snippets.

@marcusdb
Created January 14, 2019 14:02
Show Gist options
  • Save marcusdb/0247d1c5ed3ccefcc53a07606ecd850f to your computer and use it in GitHub Desktop.
Save marcusdb/0247d1c5ed3ccefcc53a07606ecd850f to your computer and use it in GitHub Desktop.
create self signed certificate
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