Created
December 17, 2018 17:24
-
-
Save blpabhishek/6fa4942109b2bae489aba866de7e5f80 to your computer and use it in GitHub Desktop.
Generate private and public key pair
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 -out private.pem 2048 | |
openssl rsa -in private.pem -outform PEM -pubout -out public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment