Skip to content

Instantly share code, notes, and snippets.

@shalintj
Last active February 18, 2016 14:32
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 shalintj/20e9ddabfd8516d237d5 to your computer and use it in GitHub Desktop.
Save shalintj/20e9ddabfd8516d237d5 to your computer and use it in GitHub Desktop.
umask 077 && touch ssl.key
openssl req -new -newkey RSA:2048 -nodes -keyout ssl.key -out ssl.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment