Created
June 7, 2021 13:46
-
-
Save saulr7/20fad0835f1f10bddc488e9393826948 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
| 5 openssl genrsa -out app.rsa 1024 #private | |
| openssl rsa -in app.rsa -pubout > app.rsa.pub #public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment