Skip to content

Instantly share code, notes, and snippets.

@dschneider
Created May 16, 2014 09:56
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 dschneider/91439abb2888e4d4efce to your computer and use it in GitHub Desktop.
Save dschneider/91439abb2888e4d4efce to your computer and use it in GitHub Desktop.
Generate an SSL certificate locally
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment