From b43359f49623ee516b3db1b016de5f5718845435 Mon Sep 17 00:00:00 2001 From: Daniel Haus Date: Mon, 22 Apr 2024 13:17:25 +0200 Subject: [PATCH] Fix the local verification using certificates docs. Verification using certificates requires also the validation of the certificate's issuer and identity. --- content/en/verifying/verify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/verifying/verify.md b/content/en/verifying/verify.md index ff0ba9a6..9ac4a095 100644 --- a/content/en/verifying/verify.md +++ b/content/en/verifying/verify.md @@ -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