Skip to content

Instantly share code, notes, and snippets.

@lardissone
Created October 16, 2010 20:43
Show Gist options
  • Save lardissone/630248 to your computer and use it in GitHub Desktop.
Save lardissone/630248 to your computer and use it in GitHub Desktop.
Generate Private Certificates and Keys
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -sha1 -subj '/C=US/ST=CA/L=Mountain View/CN=yourdomain.com' -keyout myrsakey.pem -out myrsacert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment