Skip to content

Instantly share code, notes, and snippets.

@banyek
Created April 25, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banyek/555f2b31db64168a2e9717fae6b73d60 to your computer and use it in GitHub Desktop.
Save banyek/555f2b31db64168a2e9717fae6b73d60 to your computer and use it in GitHub Desktop.
self signed ssl key
openssl genrsa -out bodhisattva.key 2048
openssl req -new -x509 -key bodhisattva.key -out bodhisattva.cert -days 3650 -subj /CN=bodhisattva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment