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