|
41 | 41 | "revocationDate": "2024-01-10T15:45:30Z", |
42 | 42 | "certificateExtensions": [ |
43 | 43 | { |
44 | | - "extension": "basicConstraints", |
45 | | - "value": "CA:TRUE, pathlen:2" |
| 44 | + "commonExtensionName": "basicConstraints", |
| 45 | + "commonExtensionValue": "CA:TRUE, pathlen:2" |
46 | 46 | }, |
47 | 47 | { |
48 | | - "extension": "keyUsage", |
49 | | - "value": "Certificate Sign, CRL Sign, Digital Signature" |
| 48 | + "commonExtensionName": "keyUsage", |
| 49 | + "commonExtensionValue": "Certificate Sign, CRL Sign, Digital Signature" |
50 | 50 | }, |
51 | 51 | { |
52 | | - "extension": "extendedKeyUsage", |
53 | | - "value": "TLS Web Server Authentication, TLS Web Client Authentication" |
| 52 | + "commonExtensionName": "extendedKeyUsage", |
| 53 | + "commonExtensionValue": "TLS Web Server Authentication, TLS Web Client Authentication" |
54 | 54 | }, |
55 | 55 | { |
56 | | - "extension": "subjectAlternativeName", |
57 | | - "value": "DNS:internal-ca.example.com, DNS:ca.internal.example.com, IP:192.168.1.100" |
| 56 | + "commonExtensionName": "subjectAlternativeName", |
| 57 | + "commonExtensionValue": "DNS:internal-ca.example.com, DNS:ca.internal.example.com, IP:192.168.1.100" |
58 | 58 | }, |
59 | 59 | { |
60 | | - "extension": "authorityKeyIdentifier", |
61 | | - "value": "keyid:01:02:03:04:05:06:07:08:09:0A:0B:0C:0D:0E:0F:10:11:12:13:14" |
| 60 | + "commonExtensionName": "authorityKeyIdentifier", |
| 61 | + "commonExtensionValue": "keyid:01:02:03:04:05:06:07:08:09:0A:0B:0C:0D:0E:0F:10:11:12:13:14" |
62 | 62 | }, |
63 | 63 | { |
64 | | - "extension": "subjectKeyIdentifier", |
65 | | - "value": "A1:B2:C3:D4:E5:F6:07:08:09:0A:0B:0C:0D:0E:0F:10:11:12:13:14" |
| 64 | + "commonExtensionName": "subjectKeyIdentifier", |
| 65 | + "commonExtensionValue": "A1:B2:C3:D4:E5:F6:07:08:09:0A:0B:0C:0D:0E:0F:10:11:12:13:14" |
66 | 66 | }, |
67 | 67 | { |
68 | | - "extension": "crlDistributionPoints", |
69 | | - "value": "URI:http://crl.example.com/root-ca.crl" |
| 68 | + "commonExtensionName": "crlDistributionPoints", |
| 69 | + "commonExtensionValue": "URI:http://crl.example.com/root-ca.crl" |
70 | 70 | }, |
71 | 71 | { |
72 | | - "extension": "authorityInformationAccess", |
73 | | - "value": "OCSP - URI:http://ocsp.example.com, CA Issuers - URI:http://certs.example.com/root-ca.crt" |
| 72 | + "commonExtensionName": "authorityInformationAccess", |
| 73 | + "commonExtensionValue": "OCSP - URI:http://ocsp.example.com, CA Issuers - URI:http://certs.example.com/root-ca.crt" |
74 | 74 | }, |
75 | 75 | { |
76 | | - "extension": "certificatePolicies", |
77 | | - "value": "Policy: 1.2.3.4.5.6.7.8.1, CPS: http://www.example.com/cps" |
| 76 | + "commonExtensionName": "certificatePolicies", |
| 77 | + "commonExtensionValue": "Policy: 1.2.3.4.5.6.7.8.1, CPS: http://www.example.com/cps" |
78 | 78 | }, |
79 | 79 | { |
80 | | - "name": "organizationalSecurityLevel", |
81 | | - "value": "HIGH" |
| 80 | + "customExtensionName": "organizationalSecurityLevel", |
| 81 | + "customExtensionValue": "HIGH" |
82 | 82 | }, |
83 | 83 | { |
84 | | - "name": "incidentTrackingId", |
85 | | - "value": "SEC-2024-001" |
| 84 | + "customExtensionName": "incidentTrackingId", |
| 85 | + "customExtensionValue": "SEC-2024-001" |
86 | 86 | }, |
87 | 87 | { |
88 | | - "name": "complianceFramework", |
89 | | - "value": "SOX, PCI-DSS Level 1, ISO 27001" |
| 88 | + "customExtensionName": "complianceFramework", |
| 89 | + "customExtensionValue": "SOX, PCI-DSS Level 1, ISO 27001" |
90 | 90 | } |
91 | 91 | ], |
92 | 92 | "relatedCryptographicAssets": [ |
|
148 | 148 | "commonExtensionValue": "Log ID: ABCD1234..., Timestamp: 2024-01-01T00:00:00Z, Signature: 3045022100..." |
149 | 149 | }, |
150 | 150 | { |
151 | | - "commonExtensionName": "deploymentEnvironment", |
152 | | - "commonExtensionValue": "PRODUCTION" |
| 151 | + "customExtensionName": "deploymentEnvironment", |
| 152 | + "customExtensionValue": "PRODUCTION" |
153 | 153 | }, |
154 | 154 | { |
155 | | - "commonExtensionName": "businessCriticality", |
156 | | - "commonExtensionValue": "CRITICAL" |
| 155 | + "customExtensionName": "businessCriticality", |
| 156 | + "customExtensionValue": "CRITICAL" |
157 | 157 | }, |
158 | 158 | { |
159 | | - "commonExtensionName": "autoRenewalEnabled", |
160 | | - "commonExtensionValue": "true" |
| 159 | + "customExtensionName": "autoRenewalEnabled", |
| 160 | + "customExtensionValue": "true" |
161 | 161 | } |
162 | 162 | ], |
163 | 163 | "relatedCryptographicAssets": [ |
|
0 commit comments