You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
cosign allows users to sign objects using a certificate that has been issued by a user-managed root CA.
Consider the following scenario:
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:
The text was updated successfully, but these errors were encountered: