Skip to content

Instantly share code, notes, and snippets.

@dky
Created May 1, 2013 19:29
Show Gist options
  • Select an option

  • Save dky/5497692 to your computer and use it in GitHub Desktop.

Select an option

Save dky/5497692 to your computer and use it in GitHub Desktop.
Openssl create certs.
openssl req -newkey rsa:2048 -subj '/C=US/ST=New York/L=Flushing/O=IT/CN=www.example.com' -keyout www.example.com.key -out www.example.com.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment