From 50cae67f479d61b31f461f0a50db6fb3ad0b7d75 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 10 Jan 2025 11:59:06 -0800 Subject: [PATCH 1/2] Add note about test files being signed by c2patool test cert --- docs/manifest/examples.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manifest/examples.mdx b/docs/manifest/examples.mdx index 6f675dc0..47268dca 100644 --- a/docs/manifest/examples.mdx +++ b/docs/manifest/examples.mdx @@ -9,6 +9,10 @@ import CodeBlock from '@theme/CodeBlock'; The C2PA [public-testfiles](https://github.com/c2pa-org/public-testfiles) repository contains numerous examples of asset files with Content Credentials. See https://c2pa.org/public-testfiles/ for links to easily inspect each asset file using Verify using [an asset URL](../verify#entering-an-asset-url) and to the corresponding [manifest report](../c2patool/#displaying-manifest-data) and [detailed manifest report](../c2patool/#detailed-manifest-report) from C2PA Tool. +:::note +The claims on these test files were signed with C2PA Tool's built-in test certificate and key (which is not on the [known certificate list](../trust-list.mdx)), so Verify will display the warning: "The Content Credential issuer couldn’t be recognized. This file may not come from where it claims to." +::: + ## Examples from C2PA Tool The command-line [C2PA Tool](/docs/c2patool), `c2patool`, is helpful when developing applications to work with manifest data. When saving a manifest, it has two modes: From 57e7159d45e5813eedae3aad4db325f26662ddfc Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 10 Jan 2025 13:15:34 -0800 Subject: [PATCH 2/2] rewording --- docs/manifest/examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest/examples.mdx b/docs/manifest/examples.mdx index 47268dca..acc2ab9e 100644 --- a/docs/manifest/examples.mdx +++ b/docs/manifest/examples.mdx @@ -10,7 +10,7 @@ import CodeBlock from '@theme/CodeBlock'; The C2PA [public-testfiles](https://github.com/c2pa-org/public-testfiles) repository contains numerous examples of asset files with Content Credentials. See https://c2pa.org/public-testfiles/ for links to easily inspect each asset file using Verify using [an asset URL](../verify#entering-an-asset-url) and to the corresponding [manifest report](../c2patool/#displaying-manifest-data) and [detailed manifest report](../c2patool/#detailed-manifest-report) from C2PA Tool. :::note -The claims on these test files were signed with C2PA Tool's built-in test certificate and key (which is not on the [known certificate list](../trust-list.mdx)), so Verify will display the warning: "The Content Credential issuer couldn’t be recognized. This file may not come from where it claims to." +The claims on these test files were signed with C2PA Tool's built-in test certificate and key (which is not on the [known certificate list](../trust-list.mdx)). Thus, Verify will display the warning: "The Content Credential issuer couldn’t be recognized. This file may not come from where it claims to." ::: ## Examples from C2PA Tool