Skip to content

Instantly share code, notes, and snippets.

@saicharanreddyk
Created April 10, 2020 09:42
Show Gist options
  • Save saicharanreddyk/c87da3132eba9fbc304ed7c23477f0d8 to your computer and use it in GitHub Desktop.
Save saicharanreddyk/c87da3132eba9fbc304ed7c23477f0d8 to your computer and use it in GitHub Desktop.
openssl
openssl genrsa -des3 -passout pass:SomePassword -out server.pass.key 2048
openssl rsa -passin pass:SomePassword -in server.pass.key -out server.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment