jwks-to-pem

command module
v0.0.0-...-b76afd9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2019 License: MIT Imports: 13 Imported by: 0

README

JWKS to PEM

Simple tool that converts public keys from JWKS to PEM format. Specified JWKS can either be local JSON file or HTTP(s) URL. Useful for applications that require public key but don't have native JWKS support.

Usage

$ ./jwks-to-pem https://www.googleapis.com/oauth2/v3/certs > public-key.pem
$ ./jwks-to-pem -format pkcs1 https://www.googleapis.com/oauth2/v3/certs > rsa-public-key.pem
$ ./jwks-to-pem -output public-key.pem https://www.googleapis.com/oauth2/v3/certs

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL