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
Copy file name to clipboardExpand all lines: docs/trust-list.mdx
+37-21Lines changed: 37 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,42 +28,58 @@ The [contentcredentials.org](https://contentcredentials.org/) site hosts the fol
28
28
29
29
## Checking your certificate
30
30
31
-
Before requesting to add your signing certificate to the known certificate list, perform a preliminary check on your certificate by following these steps:
31
+
Before requesting to [add your signing certificate to the known certificate list](#how-to-add-a-certificate-to-the-list), perform a preliminary check to ensure the certificate is configured properly.
32
+
33
+
### Prerequisites
34
+
35
+
The preliminary certificate check procedure below requires the following tools. You must install them if you haven't done so already:
36
+
37
+
-[jq](https://jqlang.org/), a lightweight and flexible command-line JSON processor. On macOS, if you have [Homebrew](https://brew.sh/), you can install jq by entering `brew install jq`.
38
+
-[OpenSSL](https://www.openssl.org/), a cryptographic software library and CLI. It's installed on many systems such as macOS (but make sure you have a recent version). If OpenSSL is not installed on your system, see the [list of unofficial binary distributions](https://wiki.openssl.org/index.php/Binaries).
39
+
-[C2PA Tool](c2patool/readme.md), the command line tool for working with C2PA manifests and media assets.
40
+
41
+
### Procedure
42
+
43
+
:::note
44
+
In the example commands given below, `cert.pem` is your certificate file.
45
+
:::
46
+
47
+
Check your certificate by following these steps:
32
48
33
49
1.**Ensure that signing with the certificate doesn't have any validation errors** by using a C2PA Tool command like this:
Confirm that the result does not contain a `validation_status` field, which indicates an error.
55
+
Confirm that the result does not contain a `validation_status` field, which indicates an error.
40
56
41
57
1.**Confirm that the `signature_info.issuer` field in the manifest is correct**. This field determines what [Verify displays for the organization name](verify.mdx#title-and-signing-information) after "Issued by ...". Use a C2PA Tool command like this:
0 commit comments