Skip to content

Commit

Permalink
Merge pull request #168 from danbev/cosign-verify-fulcio-cert-path
Browse files Browse the repository at this point in the history
Update path to fulcio-cert in verify example
  • Loading branch information
flavio authored Nov 24, 2022
2 parents 453b91a + 2c71e34 commit 1e50861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cosign/verify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Verify the image signature using the example program defined in
cargo run --example verify -- \
-k cosign.pub \
--rekor-pub-key ~/.sigstore/root/targets/rekor.pub \
--fulcio-cert fulcio.crt.pem \
--fulcio-cert ~/.sigstore/root/targets/fulcio.crt.pem \
registry-testing.svc.lan/busybox
```

0 comments on commit 1e50861

Please sign in to comment.