Skip to content

Instantly share code, notes, and snippets.

@khapota
Created April 12, 2016 08:00
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 khapota/261a6d151b65f27a6b42d21e911d8f91 to your computer and use it in GitHub Desktop.
Save khapota/261a6d151b65f27a6b42d21e911d8f91 to your computer and use it in GitHub Desktop.
ssl self sign
openssl req -newkey rsa:2048 -sha256 -nodes -keyout khapota.key -x509 -days 365 -out khapota.pem -subj "/C=US/ST=New York/L=Brooklyn/O=Example Brooklyn Company/CN=khapota.info"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment