-
Notifications
You must be signed in to change notification settings - Fork 50
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
X509StoreContextError: unable to get local issuer certificate #109
Comments
Weird... I tried with an older certificate I had lying around and I didn't have this problem. So it's something specific to the ones being returned from Fulcio now. I wonder what has changed. |
Still unsure about this. The Fulcio signing key doesn't appear to have changed. When I write the chain certificates to the disk, I still have the same problem when I use the I'm doing:
|
I believe Fulcio did introduce an intermediate certificate, see sigstore/cosign#1774 |
Thanks! That looks promising. I'll take a look. |
@di Yep, that was the issue. Thanks for that. I'll make a PR now. |
I noticed this exception raised when running verification:
This is trivial to trigger for me. All I need to do is this:
From looking around, the error seems to indicate that we might need to pass the entire certificate chain into verification.
The text was updated successfully, but these errors were encountered: