Skip to content

Commit 6c953ab

Browse files
committed
Clean up and formatting
1 parent d88b1d4 commit 6c953ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/trust-list.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@ The [contentcredentials.org](https://contentcredentials.org/) site hosts the fol
2828

2929
## Checking your certificate
3030

31-
Perform a preliminary "sanity check" on your certificate before requesting that it be added to the known certificate list.
31+
Before requesting to add your signing certificate to the known certificate list, perform a preliminary "sanity check" on your certificate by following these steps:
3232

33-
1. Ensure that C2PA Tool can use the certificate and doesn't return any validation errors by using a command like this:
33+
1. **Ensure that signing with the certificate doesn't have any validation errors** by using a C2PA Tool command like this:
3434

3535
```
3636
c2patool ./image.jpg trust --allowed_list ./cert.pem
3737
```
3838

39-
Confirm that the result does not contain a `validation_status` field which indicates an error.
39+
Confirm that the result does not contain a `validation_status` field, which indicates an error.
4040

41-
1. Confirm that the `signature_info.issuer` field in the manifest is correct. This field determines what Verify displays. In this example, replace "XYZ Inc." with the name of your organization:
41+
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 ...". In this example, replace "XYZ Inc." with the name of your organization:
4242

4343
```
4444
c2patool ./image.jpg trust --allowed_list ./cert.pem \
4545
| jq --args '.manifests[].signature_info.issuer' "XYZ Inc."
4646
```
4747

48-
1. Perform basic verification of the certificate you're submitting; for example:
48+
1. **Use `openssl` to perform basic verification of the certificate** you're submitting; for example:
4949

5050
```
5151
openssl x509 -noout -text -in 'cert.pem' | grep 'Subject:'

0 commit comments

Comments
 (0)