mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
[action] Add COSIGN_EXPERIMENTAL env var to cosign release docs
This commit is contained in:
parent
be8c0b4531
commit
3728cee02a
@ -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…
Reference in New Issue
Block a user