Skip to content

Instantly share code, notes, and snippets.

@jersub
Created September 23, 2012 20:34
Show Gist options
  • Save jersub/3772965 to your computer and use it in GitHub Desktop.
Save jersub/3772965 to your computer and use it in GitHub Desktop.
SSL CSR generation
openssl genrsa -out domain.com.key 2048
openssl req -new -keydomain.com.key.key -out domain.com.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment