Skip to content

Instantly share code, notes, and snippets.

@kairyu
Created April 16, 2015 03:34
Show Gist options
  • Save kairyu/249fda9c86f58f8d9c62 to your computer and use it in GitHub Desktop.
Save kairyu/249fda9c86f58f8d9c62 to your computer and use it in GitHub Desktop.
Generate a CSR with OpenSSL
openssl req -new -newkey rsa:4096 -nodes -out www_example_com.csr -keyout www_example_com.key -subj "/C=JP/ST=/L=/O=/CN=www.example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment