We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb46a7c commit b43359fCopy full SHA for b43359f
content/en/verifying/verify.md
@@ -76,7 +76,7 @@ $ cosign verify --key cosign.pub --local-image PATH/to/user/demo
76
Verify image with local certificate and local certificate chain:
77
78
```shell
79
-$ 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 [email protected] user/demo
80
```
81
82
## Verify image with user-provided trusted chain
0 commit comments