Skip to content

Instantly share code, notes, and snippets.

@davidisnotnull
Created September 5, 2018 09:09
Show Gist options
  • Save davidisnotnull/e688ea06df0f97c32b9f6dd00a6d2537 to your computer and use it in GitHub Desktop.
Save davidisnotnull/e688ea06df0f97c32b9f6dd00a6d2537 to your computer and use it in GitHub Desktop.
Create CSR and Key file using OpenSSL command line
openssl req -new -newkey rsa:2048 -nodes -out star_website_com.csr -keyout star_website_com.key -subj "/C=GB/ST=/L=/O=Owner/OU=Department/CN=*.website.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment