Created
April 10, 2020 09:42
-
-
Save saicharanreddyk/c87da3132eba9fbc304ed7c23477f0d8 to your computer and use it in GitHub Desktop.
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 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