Skip to content

Instantly share code, notes, and snippets.

@by-nari
Created February 20, 2021 08:50
Show Gist options
  • Save by-nari/1a9ab372b8ee97be0435db265b99717b to your computer and use it in GitHub Desktop.
Save by-nari/1a9ab372b8ee97be0435db265b99717b to your computer and use it in GitHub Desktop.
generate EdDSA keypair for JWT
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