smallstep / cli

🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
https://smallstep.com/cli
Apache License 2.0
3.65k stars 252 forks source link

Set proper JOSE algorithm for Ed25519 keys #1208

Closed maraino closed 3 months ago

maraino commented 3 months ago

This commit fixes a typo in the JOSE algorithm specified for Ed25519 keys when a kms is used.

Fixes #1207