Skip to content

Instantly share code, notes, and snippets.

@ericblue
Created January 27, 2017 19:44
Show Gist options
  • Save ericblue/6d6fa5aa9692dd6b118a25074e4269b7 to your computer and use it in GitHub Desktop.
Save ericblue/6d6fa5aa9692dd6b118a25074e4269b7 to your computer and use it in GitHub Desktop.
# Generate a new Key
openssl genrsa -out cert-domain.key 2048
# Generate a new Certificate Request
openssl req -new -sha256 -key cert-domain.key -out cert-domain.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment