diff --git a/examples/cosign/verify/README.md b/examples/cosign/verify/README.md index b2e73eb3fe..372729df3d 100644 --- a/examples/cosign/verify/README.md +++ b/examples/cosign/verify/README.md @@ -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 ```