Created
September 27, 2021 00:57
-
-
Save MeetMartin/694586dc8138776c8dcf1cc798b2e93c 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
# private key | |
openssl genpkey -algorithm rsa -out rsa-private.pem | |
# public key | |
openssl pkey -in rsa-private.pem -pubout -out rsa-public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment