Skip to content

Commit

Permalink
docs: add COSIGN_EXPERIMENTAL=1 for verify-blob (#3378)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->

Cross-ref: fluxcd/source-controller#899

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Sep 15, 2022
1 parent ad330ce commit 826944d
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 826944d

Please sign in to comment.