-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Description
The current version of notary currently support two types of trust pinnings: 1) certificate pinning that pins to a specific certificate and 2) CA pinning that uses a provided certificate of a trusted CA to validate the leaf certificate in the metadata.
Having the ability to pin to a trusted certificate/CA is extremely important as the current TUFUs model does not prevent MIMA for those who is pulling from the repository for the very first time.
At the moment, this feature seems to be disabled as an empty trust pin config is being passed into client.NewNotaryRepository().
Reactions are currently unavailable