Skip to content

Instantly share code, notes, and snippets.

@crzapata
Last active August 29, 2015 14:11
Show Gist options
  • Save crzapata/3ebb9b5510c2df03e1a5 to your computer and use it in GitHub Desktop.
Save crzapata/3ebb9b5510c2df03e1a5 to your computer and use it in GitHub Desktop.
openssl key and csr generation
openssl genrsa 2048 > my-key.pem
openssl req -sha256 -new -key my-key.pem -out my-key-csr.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment