Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created June 26, 2013 15:25
Show Gist options
  • Select an option

  • Save carlosipe/5868351 to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/5868351 to your computer and use it in GitHub Desktop.
openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
cp server.key server.key.org
openssl rsa -in server.key.org -out server.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment