Skip to content

Commit 2c71e34

Browse files
committed
Update path to fulcio-cert in verify example
Currently, the following error will be generated when running the verify example: Cannot build sigstore repo data: Error reading fulcio certificate from disk: No such file or directory (os error 2) This commit updates the path to point to fulcio.crt.pem in the same directory as rekor.pub. Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 453b91a commit 2c71e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cosign/verify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Verify the image signature using the example program defined in
2727
cargo run --example verify -- \
2828
-k cosign.pub \
2929
--rekor-pub-key ~/.sigstore/root/targets/rekor.pub \
30-
--fulcio-cert fulcio.crt.pem \
30+
--fulcio-cert ~/.sigstore/root/targets/fulcio.crt.pem \
3131
registry-testing.svc.lan/busybox
3232
```

0 commit comments

Comments
 (0)