Created
March 9, 2016 10:57
-
-
Save huguesbr/fb74a95e5bb18cdb2406 to your computer and use it in GitHub Desktop.
Generate a SSL CSR using open ssl
This file contains 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 SSL CSR | |
openssl req -new -newkey rsa:2048 -nodes -out request.csr -keyout private.key -subj "/C=FR/ST=Region/L=City/O=Company Name/CN=www.domain.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment