Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created July 15, 2017 19:26
Show Gist options
  • Save marcelog/8f0f1f8d1c42949bc9218963ec2de082 to your computer and use it in GitHub Desktop.
Save marcelog/8f0f1f8d1c42949bc9218963ec2de082 to your computer and use it in GitHub Desktop.
Create your own CA certificate
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment