Skip to content

Commit e967c0f

Browse files
committed
small reorg
1 parent dd3c291 commit e967c0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/verify.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ For example, suppose you downloaded a file from Adobe Stock and renamed it `my_s
168168

169169
**Signing information**
170170

171-
This section displays the the issuer of the claim signature from the `signature_info.issuer` property in the active manifest, as shown in the example snippet below. It shows the organization name only if the signing certificate includes the "O" or [Organization Name attribute](https://www.alvestrand.no/objectid/2.5.4.10.html) (OID value 2.5.4.10) in the certificate's distinguished name information.
172-
173-
If the Content Credential was signed by a certificate that is NOT on the [known certificate list](verify-known-cert-list), such as the CAI test certificate built in to C2PA Tool, then Verify displays this notice:
171+
If the Content Credential was signed by a certificate that is NOT on the [known certificate list](verify-known-cert-list), such as the CAI test certificate in the SDK, then Verify displays "Unrecognized" at the top of this section with this notice:
174172

175173
import verify_unknown_source from '../static/img/verify-cc-unknown-source.png';
176174

@@ -179,7 +177,9 @@ import verify_unknown_source from '../static/img/verify-cc-unknown-source.png';
179177
style={{ width: '283px', display: 'block', margin: '10px auto' }}
180178
/>
181179

182-
If the Content Credential was signed by a certificate on the [known certificate list](verify-known-cert-list), then this section also displays the time of the claim signature from the `signature_info.time` property in the active manifest, as shown in the example snippet below. The date is converted from UTC to the local time zone.
180+
However, if the Content Credential was signed by a certificate on the [known certificate list](verify-known-cert-list), then this section displays the name of the issuer of the claim signature from the `signature_info.issuer` property in the active manifest, as shown in the example snippet below. It shows the organization name only if the signing certificate includes the "O" or [Organization Name attribute](https://www.alvestrand.no/objectid/2.5.4.10.html) (OID value 2.5.4.10) in the certificate's distinguished name information.
181+
182+
For signers on the known certificate list, this section also displays the time of the claim signature from the `signature_info.time` property in the active manifest, as shown in the example snippet below. The date is converted from UTC to the local time zone.
183183

184184
```json
185185
"signature_info": {

0 commit comments

Comments
 (0)