Skip to content
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

Verification error: Not issued by a trusted root error #70

Closed
raulcabello opened this issue Jun 23, 2022 · 1 comment · Fixed by #71
Closed

Verification error: Not issued by a trusted root error #70

raulcabello opened this issue Jun 23, 2022 · 1 comment · Fixed by #71
Assignees
Labels
bug Something isn't working

Comments

@raulcabello
Copy link
Contributor

Description

Keyless verification is not working since the Fulcio Intermediate CA certificate was introduced, see sigstore/cosign#1774

This is the error I see:

INFO sigstore::cosign::signature_layers: Skipping OCI layer because of error error=CertificateValidityError("Not issued by a  trusted root")           

If the signature is stored in an OCI, the chain is stored in the annotation dev.sigstore.cosign/chain

Version

sigstore-rs v0.3.1

@raulcabello raulcabello added the bug Something isn't working label Jun 23, 2022
@flavio
Copy link
Member

flavio commented Jun 23, 2022

Assigned to @raulcabello, who is currently looking into that

flavio added a commit to flavio/sigstore-rs that referenced this issue Jun 23, 2022
Changes:

  * Add Fulcio intermediate CA certificate to intermediate pool - fixes
    issue sigstore#70

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio mentioned this issue Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants