Skip to content

Instantly share code, notes, and snippets.

@yorkie
Created November 6, 2014 08:22
Show Gist options
  • Save yorkie/80c07dbe6e7e97318767 to your computer and use it in GitHub Desktop.
Save yorkie/80c07dbe6e7e97318767 to your computer and use it in GitHub Desktop.
how to create self-signed certification
openssl genrsa 1024 > key.pem
openssl req -x509 -new -key key.pem > cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment