Skip to content

Commit

Permalink
Fix the local verification using certificates docs.
Browse files Browse the repository at this point in the history
Verification using certificates requires also the
validation of the certificate's issuer and identity.
  • Loading branch information
dhaus67 committed Apr 22, 2024
1 parent eb46a7c commit b43359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/verifying/verify.md
Expand Up @@ -76,7 +76,7 @@ $ cosign verify --key cosign.pub --local-image PATH/to/user/demo
Verify image with local certificate and local certificate chain:

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

## Verify image with user-provided trusted chain
Expand Down

0 comments on commit b43359f

Please sign in to comment.