Skip to content

Commit

Permalink
Pull request #323: Add certificate-chain argument to cosign verify co…
Browse files Browse the repository at this point in the history
…mmand

Merge in ESSOL-BB/beegfs-csi-driver from webere-fix-cosign-verify to master

* commit '4fb9e4174b51116e834631a21bbf9426e8253b1c':
  Add cert-chain argument to cosign verify command
  • Loading branch information
ejweber committed Dec 13, 2022
2 parents cc17c7f + 4fb9e41 commit e357625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ instead of the example tag and digest.

Validate the image by digest using the certificate file.
```
cosign verify --cert beegfs-csi-signer.crt docker.io/netapp/beegfs-csi-driver@sha256:9027762e2ae434aa52a071a484b0a7e26018c64d0fb884f7f8cff0af970c4eb8
cosign verify --cert beegfs-csi-signer.crt --cert-chain beegfs-csi-signer-ca-chain.crt docker.io/netapp/beegfs-csi-driver@sha256:9027762e2ae434aa52a071a484b0a7e26018c64d0fb884f7f8cff0af970c4eb8
```
or

Expand Down

0 comments on commit e357625

Please sign in to comment.