Skip to content
Registry StackDocsDevelopment (unreleased)

evidencectl keygen client-assertion command reference

View as Markdown

Keypair a source’s clientAssertionKeyRef points at, for a token endpoint that authenticates the client by signed assertion.

This page is generated from the public Clap command tree. Hidden implementation commands are omitted.

evidencectl keygen client-assertion [OPTIONS] --out-dir <OUT_DIR>
OptionAlways requiredDefaultValuesEnvironmentDescription
--out-dir <OUT_DIR>Yesn/an/an/aSecret directory receiving the private JWK file (created 0700)
--public-out <PUBLIC_OUT>Non/an/an/aPublic JWK output path; defaults to a file inside the secret directory
--private-name <PRIVATE_NAME>Non/an/an/aName of the private JWK file, which is the secret:file/NAME a source’s clientAssertionKeyRef points at; defaults to one naming the algorithm. The public half follows it as NAME-public.jwk.json
--algorithm <ALGORITHM>Noes384es384, rs384n/aSignature algorithm the assertion is signed with
-h, --helpNon/an/an/aPrint help (see a summary with ‘-h’)

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.