Created
January 27, 2017 19:44
-
-
Save ericblue/6d6fa5aa9692dd6b118a25074e4269b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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