Created
February 20, 2021 08:50
-
-
Save by-nari/1a9ab372b8ee97be0435db265b99717b to your computer and use it in GitHub Desktop.
generate EdDSA keypair for JWT
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 genpkey -algorithm ed25519 -out private.pem | |
openssl pkey -in private.pem -pubout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment