Skip to content

Instantly share code, notes, and snippets.

@dtanphat9388
Last active April 22, 2018 02:58
Show Gist options
  • Save dtanphat9388/cf03edadddbb65f5f0a0301a38ec4dc5 to your computer and use it in GitHub Desktop.
Save dtanphat9388/cf03edadddbb65f5f0a0301a38ec4dc5 to your computer and use it in GitHub Desktop.
generate ssl keys
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