Skip to content

converts keys in jwks (jwk set) format to PEM format

Notifications You must be signed in to change notification settings

mike1703/jwks2pem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

jwks2pem

This tool can convert a JWK Set (https://tools.ietf.org/html/rfc7517) to standard PEM keys.

Installation

Install the requirements for jwks2pem

pip install -r requirements.txt

Usage

Simple example given a keystore keystore.jwks

python3 jwks2pem.py [-h] --input keystore.jwks --output key

this produces one PEM file per key in keystore.jwks with a name of key_0.pem ... key_n.pem and shows the following message if successful:

1 keys successfully converted to PEM format

About

converts keys in jwks (jwk set) format to PEM format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages