Created
April 16, 2015 03:34
-
-
Save kairyu/249fda9c86f58f8d9c62 to your computer and use it in GitHub Desktop.
Generate a CSR with OpenSSL
This file contains hidden or 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
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