-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitsign verify command throws error getting certificate root: error getting targets: error getting target fulcio_intermediate_v1.crt.pem #293
Comments
As a first step, try running |
@wlynch: Thanks for your immediate help :) I had installed cosign with chocolatey first - but the newest version there is 1.3.1: https://community.chocolatey.org/packages/Cosign cosign initialize then leads to an error:
After updating cosign to latest version 2.0.1, the error disappears and fulcio_intermediate_v1.crt.pem is there :)
But gitsign verify doesn't work either, shows a different error
|
Nice! 🎉 So the I think a reasonable improvement would be to use the committer email as a default, this way you'd only need to provide the issuer in most cases.
Otherwise I can get to it when I have some free time. 🙂 |
Thanks, after reading https://github.com/sigstore/gitsign#verifying-commits I was able to verify the signature locally. So let's wait for https://gitlab.com/gitlab-org/gitlab/-/issues/364428 :) |
Hey,
Making my first steps with gitsign on windows, installed with chocolatey.
My config:
After successful signing
gitsign verify
throws:Error: error getting certificate root: error getting targets: error getting target fulcio_intermediate_v1.crt.pem by usage: open C:\Users\me\.sigstore\root\targets\fulcio_intermediate_v1.crt.pem: File not found
Version
Any Ideas?
The text was updated successfully, but these errors were encountered: