Skip to content

Commit

Permalink
fix: add COSIGN_EXPERIMENTAL=1 for verify-blob
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Sep 15, 2022
1 parent ad330ce commit 2831b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/install.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2831b74

Please sign in to comment.