Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry S <dsavints@gmail.com>
  • Loading branch information
dmitris committed Apr 26, 2023
1 parent fa2b9fe commit f5bdb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/cosign/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ Verify image with local certificate and local certificate chain:
$ cosign verify --certificate cosign.crt --certificate-chain chain.crt user/demo
```

## Keyless verification using only a provided certificate chain with non-Fulcio roots
## Verify image with user-provided trusted chain
Verify image with the provided certificate chain and identity parameters (intended for
a "bring your own PKI" use case):

```shell
$ cosign verify --cert-chain chain.crt --certificate-oidc-issuer https://issuer.example.com --certificate-identity foo@example.com user/demo
$ cosign verify --certificate-chain chain.crt --certificate-oidc-issuer https://issuer.example.com --certificate-identity foo@example.com user/demo
```

## Verify an image on the transparency log
Expand Down

0 comments on commit f5bdb25

Please sign in to comment.