Skip to content

Instantly share code, notes, and snippets.

@thash
Created November 8, 2011 07:43
Show Gist options
  • Save thash/1347237 to your computer and use it in GitHub Desktop.
Save thash/1347237 to your computer and use it in GitHub Desktop.
openssl genrsa -des3 -out oreore.key 1024
openssl req -new -key oreore.key -out oreore.csr
cp oreore.key oreore.key.org
openssl rsa -in oreore.key.org -out oreore.key
openssl x509 -req -days 3650 -in oreore.csr -signkey oreore.key -out oreore.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment