Last active
April 22, 2018 02:58
-
-
Save dtanphat9388/cf03edadddbb65f5f0a0301a38ec4dc5 to your computer and use it in GitHub Desktop.
generate ssl keys
This file contains 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 -sha256 -nodes -newkey rsa:2048 -nodes -keyout myserver.key -out server.csr -subj "/C=GB/ST=Yorks/L=York/O=MyCompany Ltd./OU=IT/CN=mysubdomain.mydomain.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment