-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Sigstore protofub specs has the ClientTrustConfig objects. It has all the data required by clients to sign and verify against a Sigstore instance. This data allow clients to perform operations in other Sigstore instances. Like in a air gapped environment. I think sigstore.rs should provide functions to load the data and use it in the client.
To implement that I think the SigstoreTrustRoot struct can be changed allowing users to load the data from a json with the data from ClientTrustConfig and use it in the clients interacting with Sigstore
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request