Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created September 27, 2021 00:40
Show Gist options
  • Save MeetMartin/bac7627ed3fef442b8421938886cc2b2 to your computer and use it in GitHub Desktop.
Save MeetMartin/bac7627ed3fef442b8421938886cc2b2 to your computer and use it in GitHub Desktop.
# 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