github.com/brandwatchltd/jwks4jwt

:key: Generate JSON Web Key Sets from public X.509 certificates :page_with_curl:


License
MIT
Install
go get github.com/brandwatchltd/jwks4jwt

Documentation

jwks4jwt

jwks4jwt creates a JWK Set from a directory of public X.509 PEM encoded certificates intended to be used for verifying JWT signatures.

installation

You can download binaries from the releases page

Or using go get

go get -u https://github.com/brandwatchltd/jwks4jwt

usage

jwks4jwt --certdir ./my-certs > jwks.json