Merge pull request #1152 from smallstep/max/cosign-experimental

[action] Add COSIGN_EXPERIMENTAL env var to cosign release docs
pull/1153/head
Max 2 years ago committed by GitHub
commit 9d90d0cef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ release:
Below is an example using `cosign` to verify a release artifact:
```
cosign verify-blob \
COSIGN_EXPERIMENTAL=1 cosign verify-blob \
--certificate ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
--signature ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz

Loading…
Cancel
Save