Skip to content

Commit b43359f

Browse files
committed
Fix the local verification using certificates docs.
Verification using certificates requires also the validation of the certificate's issuer and identity.
1 parent eb46a7c commit b43359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/verifying/verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ cosign verify --key cosign.pub --local-image PATH/to/user/demo
7676
Verify image with local certificate and local certificate chain:
7777

7878
```shell
79-
$ cosign verify --certificate cosign.crt --certificate-chain chain.crt user/demo
79+
$ cosign verify --certificate cosign.crt --certificate-chain chain.crt --certificate-oidc-issuer https://issuer.example.com --certificate-identity [email protected] user/demo
8080
```
8181

8282
## Verify image with user-provided trusted chain

0 commit comments

Comments
 (0)