jsonwebkey-rs-repaired/jsonwebkey-cli-repaired
Matthieu Bessat 0182bf0b83
Some checks failed
Build / tag (push) Has been cancelled
Build / build (map[cross:false os:macos-latest target:x86_64-apple-darwin test:true]) (push) Has been cancelled
Build / build (map[cross:false os:ubuntu-latest target:x86_64-unknown-linux-gnu test:true]) (push) Has been cancelled
Build / build (map[cross:false os:ubuntu-latest target:x86_64-unknown-linux-musl test:true]) (push) Has been cancelled
Build / build (map[cross:false os:windows-latest target:x86_64-pc-windows-msvc test:true]) (push) Has been cancelled
Build / release (push) Has been cancelled
Build / upload (x86_64-apple-darwin) (push) Has been cancelled
Build / upload (x86_64-pc-windows-msvc) (push) Has been cancelled
Build / upload (x86_64-unknown-linux-gnu) (push) Has been cancelled
Build / upload (x86_64-unknown-linux-musl) (push) Has been cancelled
fix: imports path
2025-06-03 19:10:52 +02:00
..
src fix: imports path 2025-06-03 19:10:52 +02:00
Cargo.toml build!: rename to -repaired suffix 2025-06-03 16:14:04 +02:00
README.md build!: rename to -repaired suffix 2025-06-03 16:14:04 +02:00

jsonwebkey-cli

Build Convert an RSA public key between Json Web Key and DER/PEM format.

Usage

Json Web Key CLI 0.1.1
Okamura Yasunobu <okamura@informationsea.info>
Convert an RSA public key between Json Web Key and DER/PEM format

USAGE:
    jsonwebkey-cli <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help          Prints this message or the help of the given subcommand(s)
    jwk-to-pem    
    pem-to-jwk
jsonwebkey-cli-jwk-to-pem 

USAGE:
    jsonwebkey-cli jwk-to-pem <jwk> --output <output>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --output <output>    [OUTPUT] PEM output

ARGS:
    <jwk>    [INPUT] Json Web Key file
jsonwebkey-cli-pem-to-jwk 

USAGE:
    jsonwebkey-cli pem-to-jwk [OPTIONS] <pem> --output <output>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -k, --kid <kid>          [OPTION] kid entry in JWK
    -o, --output <output>    [OUTPUT] json web key output
    -u, --use <use>          [OPTION] use entry in JWK

ARGS:
    <pem>    [INPUT] PEM file