Skip to content
Registry StackDocsv0.20.1

evidence verify command reference

View as Markdown

Re-verify one stored signed response offline against a pinned key set.

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

Re-verify one stored signed response offline against a pinned key set. Exactly one stored response is named, and its format is named with it. The command never infers a format from the file’s contents, so a credential can never be re-verified under the other format’s rules.

evidence verify [OPTIONS] --jwks <JWKS> --policy <POLICY> <--jws <JWS>|--sd-jwt-vc <SD_JWT_VC>>
ConditionRequirement
Command invocationExactly one of --jws <JWS>, --sd-jwt-vc <SD_JWT_VC> is required.
OptionAlways requiredDefaultValuesEnvironmentDescription
--jws <JWS>Non/an/an/aStored flattened JWS JSON response file
--sd-jwt-vc <SD_JWT_VC>Non/an/an/aStored compact SD-JWT VC response file
--jwks <JWKS>Yesn/an/an/aPinned trusted JWKS document. This file is the complete trust set
--policy <POLICY>Yesn/an/an/aRelying-procedure verification policy document
--at <AT>Non/an/an/aVerification instant as strict RFC 3339 UTC; system time by default
--runtime <RUNTIME>No/etc/registry-evidence/runtime.yamln/aREGISTRY_EVIDENCE_RUNTIMEOne closed operator runtime file that binds the governed bundle
-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.