Created
December 15, 2017 15:29
-
-
Save roalcantara/9b916351a1cac8e6c830b8c4654c8c9f to your computer and use it in GitHub Desktop.
Generate key par
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 my-key.pem 2048 | |
| openssl rsa -in my-key.pem -pubout > my-key.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment