-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Per Maurice:
The Rust SDK ships with trust list for the test certificates. It can be found at: https://github.com/contentauth/c2pa-rs/tree/main/sdk/tests/fixtures/certs/trust.
You can use this with c2patool to configure the trust support. You can also use your own trust list if required. See: https://opensource.contentauthenticity.org/docs/c2patool/#using-the-temporary-contentcredentialsorg--verify-trust-settings
We need to clarify the diff between the Verify trust list and the SDK trust list you mentioned. Currently, docs don't even mention the SDK trust list or explain how to use it (except for c2patool).
If we explain the sample certs they may as well know how to use the trust list via c2patool. The one issue we need to figure out is how/when we want to expose the settings APIs. There are still in flux but that is how you would do it with the SDK.