Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JWK Scripts

Two scripts to help working with Java Web Keys:

Script Description
pem-to-jwk.sh Script to convert a PEM private key file into a JWK file
catenate-jwk.sh Catenate a list of jwk files into a jwks

Requires the following command line utilities:

  • openssl
  • sed
  • xxd
  • base64
  • tr