Skip to content

Commit 88dc56a

Browse files
committed
change openssl output example to show cert alg per Maurice
1 parent 55973b7 commit 88dc56a

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/signing/local-signing.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,21 @@ This command produces a text summary of the certificate properties, as shown in
9595
For this example with a certificate issued by GlobalSign, `Signature Algorithm: sha256WithRSAEncryption` corresponds to the PS256 signature type.
9696

9797
```
98-
Certificate:
99-
Data:
100-
Version: 3 (0x2)
101-
Serial Number:
102-
74:72:be:13:0c:8f:bf:c4:81:56:f7:5f:35:24:0e:9a:9b:8e:9b:5b
103-
Signature Algorithm: sha256WithRSAEncryption
104-
...
98+
Validity
99+
Not Before: Jun 10 18:46:28 2022 GMT
100+
Not After : Aug 26 18:46:28 2030 GMT
101+
Subject: C=US, ST=CA, L=Somewhere, O=C2PA Test Signing Cert, OU=FOR TESTING_ONLY, CN=C2PA Signer
102+
Subject Public Key Info:
103+
Public Key Algorithm: rsassaPss
104+
Public-Key: (4096 bit)
105+
Modulus:
106+
...
107+
Exponent: 65537 (0x10001)
108+
PSS parameter restrictions:
109+
Hash Algorithm: SHA2-256
110+
Mask Algorithm: MGF1 with SHA2-256
111+
Minimum Salt Length: 32
112+
Trailer Field: 0x1 (default)
105113
```
106114

107115
### 4. Test with C2PA Tool

0 commit comments

Comments
 (0)