From af04701ce2b23d415035a9a6296cbe4e07e00d58 Mon Sep 17 00:00:00 2001 From: dhaus67 Date: Wed, 1 May 2024 16:42:21 +0200 Subject: [PATCH] Fix the local verification using certificates docs. (#306) Verification using certificates requires also the validation of the certificate's issuer and identity. Signed-off-by: Daniel Haus --- 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