Skip to content

Instantly share code, notes, and snippets.

@huguesbr
Created March 9, 2016 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huguesbr/fb74a95e5bb18cdb2406 to your computer and use it in GitHub Desktop.
Save huguesbr/fb74a95e5bb18cdb2406 to your computer and use it in GitHub Desktop.
Generate a SSL CSR using open ssl
# 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