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