Skip to content

Instantly share code, notes, and snippets.

@thedom85
Last active March 3, 2016 13:37
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 thedom85/a13fae67e15ff302ddef to your computer and use it in GitHub Desktop.
Save thedom85/a13fae67e15ff302ddef to your computer and use it in GitHub Desktop.
openssl req -new > cert.csr
openssl rsa -in privkey.pem -out key.pem
openssl x509 -in cert.csr -out cert.pem -req -signkey key.pem -days 1001
echo key.pem>>cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment