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

Add ability to verify signatures with a user provided certificate #157

Closed
flavio opened this issue Nov 10, 2022 · 1 comment
Closed

Add ability to verify signatures with a user provided certificate #157

flavio opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@flavio
Copy link
Member

flavio commented Nov 10, 2022

Description

cosign allows users to sign objects using a certificate that has been issued by a user-managed root CA.

Consider the following scenario:

Company Acme Inc. runs its own PKI. An intermediate CA is used to issue certificates to its employees.
Employees rely on these certificates to sign their container images using cosign.

In this scenario, as a sigstore-rs consumer, I would like to be able to verify a container image by using the following input data:

  • user certificate
  • certificate chain
  • name of the object to be verified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant