A CLI for generating and manipulating JWKs and JWKSes (is that even how you spell it?).
Make sure you have Go installed.
go install github.com/palkerecsenyi/[email protected]
To generate a simple private JWK with 2048 bit RSA and send it to stdout in JSON form, simply run the command:
jwker generate --use <encryption / signing>
For more information, see:
jwker help
MIT license; see license.md.