Skip to content

Instantly share code, notes, and snippets.

@ejdyksen
Created January 13, 2015 18:45
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 ejdyksen/dabee71e633c5b7df6e1 to your computer and use it in GitHub Desktop.
Save ejdyksen/dabee71e633c5b7df6e1 to your computer and use it in GitHub Desktop.
openssl commands
# Generate a CSR and unencrypted private key
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment