diff --git a/docs/cli/gitsign_verify.md b/docs/cli/gitsign_verify.md index ee850ebe..0f755205 100644 --- a/docs/cli/gitsign_verify.md +++ b/docs/cli/gitsign_verify.md @@ -19,6 +19,8 @@ gitsign verify [commit] [flags] ### Options ``` + --ca-intermediates string path to a file of intermediate CA certificates in PEM format which will be needed when building the certificate chains for the signing certificate. The flag is optional and must be used together with --ca-roots, conflicts with --certificate-chain. + --ca-roots string path to a bundle file of CA certificates in PEM format which will be needed when building the certificate chains for the signing certificate. Conflicts with --certificate-chain. --certificate-github-workflow-name string contains the workflow claim from the GitHub OIDC Identity token that contains the name of the executed workflow. --certificate-github-workflow-ref string contains the ref claim from the GitHub OIDC Identity token that contains the git ref that the workflow run was based upon. --certificate-github-workflow-repository string contains the repository claim from the GitHub OIDC Identity token that contains the repository that the workflow run was based upon