Created
March 26, 2019 06:58
-
-
Save luismayta/d314aefd1429bfb72d554ed109b06050 to your computer and use it in GitHub Desktop.
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 mykey.pem 1024 | |
openssl rsa -in mykey.pem -pubout > mykey.pub | |
openssl rsa -in key.pem -pubout -out pubkey.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment