Skip to content

Instantly share code, notes, and snippets.

@arpunk
Created July 1, 2011 20:31
Show Gist options
  • Save arpunk/1059333 to your computer and use it in GitHub Desktop.
Save arpunk/1059333 to your computer and use it in GitHub Desktop.
openssl genrsa -out privatekey.pem 1024
openssl req -new -key privatekey.pem -out certrequest.csr
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment