From 826944d62f202961fbee8cf188db03ea8d3af412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Thu, 15 Sep 2022 19:29:12 +0300 Subject: [PATCH] docs: add COSIGN_EXPERIMENTAL=1 for verify-blob (#3378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın Cross-ref: https://github.com/fluxcd/source-controller/issues/899 Signed-off-by: Batuhan Apaydın --- www/docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/install.md b/www/docs/install.md index 094674314d8..c0bf1f9bcb8 100644 --- a/www/docs/install.md +++ b/www/docs/install.md @@ -189,7 +189,7 @@ All artifacts are checksummed, and the checksum file is signed with [cosign][]. ``` 1. Verify the signature: ```sh - cosign verify-blob \ + COSIGN_EXPERIMENTAL=1 cosign verify-blob \ --cert checksums.txt.pem \ --signature checksums.txt.sig \ checksums.txt @@ -208,7 +208,7 @@ All artifacts are checksummed, and the checksum file is signed with [cosign][]. ``` 1. Verify the signature: ```sh - cosign verify-blob \ + COSIGN_EXPERIMENTAL=1 cosign verify-blob \ --cert checksums.txt.pem \ --signature checksums.txt.sig \ checksums.txt