@apifreaks/openapi-specs 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +156 -0
- package/dist/index.cjs +44663 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +44631 -0
- package/package.json +81 -0
- package/specs/commodity/commodity-fluctuation.json +301 -0
- package/specs/commodity/commodity-prices.json +317 -0
- package/specs/commodity/commodity-symbols.json +215 -0
- package/specs/commodity/commodity-time-series.json +329 -0
- package/specs/commodity/historical-commodity-prices.json +273 -0
- package/specs/currency/currency-converter.json +261 -0
- package/specs/currency/currency-fluctuation.json +282 -0
- package/specs/currency/currency-historical-data-limit.json +158 -0
- package/specs/currency/currency-rate.json +229 -0
- package/specs/currency/currency-supported.json +234 -0
- package/specs/currency/currency-symbols.json +161 -0
- package/specs/currency/currency-time-series.json +325 -0
- package/specs/currency/geolocalized-currency-conversion.json +287 -0
- package/specs/currency/historical-currency-converter.json +269 -0
- package/specs/currency/historical-currency-rate.json +246 -0
- package/specs/dns/bulk-dns-lookup.json +624 -0
- package/specs/dns/dns-history-lookup.json +579 -0
- package/specs/dns/dns-lookup.json +466 -0
- package/specs/dns/reverse-dns-lookup.json +414 -0
- package/specs/domain/bulk-domain-checker.json +284 -0
- package/specs/domain/domain-search-with-suggestions.json +280 -0
- package/specs/domain/domain-search.json +206 -0
- package/specs/domain/subdomain-lookup.json +343 -0
- package/specs/email-validation/bulk-email-validation.json +534 -0
- package/specs/email-validation/email-checker.json +586 -0
- package/specs/financial/bulk-vat-rates-country.json +341 -0
- package/specs/financial/financial-apis-supported-countries.json +204 -0
- package/specs/financial/iban-validation.json +328 -0
- package/specs/financial/swift-code-finder.json +192 -0
- package/specs/financial/swift-code-lookup.json +220 -0
- package/specs/financial/vat-number-validation.json +283 -0
- package/specs/financial/vat-rates-by-ip.json +275 -0
- package/specs/financial/vat-rates-country.json +288 -0
- package/specs/general/usage-credits.json +218 -0
- package/specs/geocoding/forward-geocoding.json +402 -0
- package/specs/geocoding/reverse-geocoding.json +326 -0
- package/specs/geodb/administrative-units-details.json +250 -0
- package/specs/geodb/administrative-units-levels.json +198 -0
- package/specs/geodb/administrative-units.json +237 -0
- package/specs/geodb/cities.json +288 -0
- package/specs/geodb/countries-details.json +274 -0
- package/specs/geodb/countries.json +276 -0
- package/specs/geodb/flags-supported.json +166 -0
- package/specs/geodb/flags.json +227 -0
- package/specs/geodb/regions.json +109 -0
- package/specs/geodb/subregions.json +217 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +1162 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +417 -0
- package/specs/ip-intelligence/ip-locator.json +941 -0
- package/specs/ip-intelligence/ip-threat-intelligence.json +316 -0
- package/specs/other/astronomy-data.json +803 -0
- package/specs/pdf/delete-pdf-page.json +286 -0
- package/specs/pdf/linearize-pdf.json +277 -0
- package/specs/pdf/merge-pdf.json +285 -0
- package/specs/pdf/pdf-compress.json +304 -0
- package/specs/pdf/pdf-decrypt.json +297 -0
- package/specs/pdf/pdf-encrypt.json +314 -0
- package/specs/pdf/pdf-extract-pages.json +295 -0
- package/specs/pdf/pdf-file-status.json +208 -0
- package/specs/pdf/pdf-file.json +190 -0
- package/specs/pdf/pdf-files.json +126 -0
- package/specs/pdf/pdf-resource-download.json +168 -0
- package/specs/pdf/pdf-resource-upload-binary.json +218 -0
- package/specs/pdf/pdf-resource-upload.json +248 -0
- package/specs/pdf/pdf-restrict.json +343 -0
- package/specs/pdf/pdf-split-pages.json +281 -0
- package/specs/pdf/pdf-task-status.json +252 -0
- package/specs/pdf/pdf-to-image.json +1219 -0
- package/specs/pdf/pdf-unrestrict.json +324 -0
- package/specs/pdf/rotate-pdf-pages.json +305 -0
- package/specs/phone-validation/bulk-phone-number-validation.json +518 -0
- package/specs/phone-validation/phone-number-validation.json +456 -0
- package/specs/scraper/web-scraper.json +674 -0
- package/specs/screenshot/bulk-screenshot.json +949 -0
- package/specs/screenshot/website-screenshot.json +1147 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +756 -0
- package/specs/ssl/ssl-certificate-lookup.json +634 -0
- package/specs/timezone/timezone-converter.json +362 -0
- package/specs/timezone/timezone-lookup.json +910 -0
- package/specs/user-agent/bulk-user-agent-parser.json +441 -0
- package/specs/user-agent/user-agent-parser.json +346 -0
- package/specs/weather/air-quality.json +779 -0
- package/specs/weather/bulk-live-weather.json +834 -0
- package/specs/weather/flood-forecast.json +693 -0
- package/specs/weather/historical-weather.json +1019 -0
- package/specs/weather/live-weather.json +789 -0
- package/specs/weather/marine-weather.json +940 -0
- package/specs/weather/time-series-weather.json +1056 -0
- package/specs/weather/weather-forecast.json +1202 -0
- package/specs/whois/asn-lookup.json +729 -0
- package/specs/whois/bulk-whois-lookup.json +698 -0
- package/specs/whois/domain-whois-history-lookup.json +500 -0
- package/specs/whois/reverse-whois.json +625 -0
- package/specs/whois/whois-domain-lookup.json +533 -0
- package/specs/whois/whois-ip-lookup.json +1110 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +318 -0
- package/specs/zip-code/zip-code-api.json +299 -0
- package/specs/zip-code/zip-code-distance-match.json +311 -0
- package/specs/zip-code/zip-code-distance.json +307 -0
- package/specs/zip-code/zip-codes-by-city.json +279 -0
- package/specs/zip-code/zip-codes-by-region.json +278 -0
- package/specs/zip-code/zip-codes-radius-search.json +349 -0
|
@@ -0,0 +1,756 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.1.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"title": "SSL Certificate Chain Lookup API Reference",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"description": "Retrieve the complete SSL certificate chain for any domain, including all intermediate and root certificates. Returns the same detailed certificate information as the single lookup — expiry dates, issuer details, signature algorithms, public key data, and extensions — for every certificate in the chain.",
|
|
7
|
+
"contact": {
|
|
8
|
+
"name": "APIFreaks Support",
|
|
9
|
+
"url": "https://apifreaks.com/contact",
|
|
10
|
+
"email": "support@apifreaks.com"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"servers": [
|
|
14
|
+
{
|
|
15
|
+
"url": "https://api.apifreaks.com/v1.0",
|
|
16
|
+
"description": "SSL Certificate Chain Lookup API Server"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"paths": {
|
|
20
|
+
"/domain/ssl/live/chain": {
|
|
21
|
+
"get": {
|
|
22
|
+
"tags": ["SSL APIs"],
|
|
23
|
+
"summary": "Retrieve all certificates from the domain to the root Certificate Authority (CA) of a domain.",
|
|
24
|
+
"description": "Retrieve the complete SSL certificate chain from root Certificate Authority (CA) to end-user certificate.\nThis endpoint provides comprehensive information about each certificate in the chain.\n",
|
|
25
|
+
"operationId": "sslCertificateChainLookup",
|
|
26
|
+
"parameters": [
|
|
27
|
+
{
|
|
28
|
+
"name": "format",
|
|
29
|
+
"in": "query",
|
|
30
|
+
"required": false,
|
|
31
|
+
"schema": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"enum": ["json", "xml"],
|
|
34
|
+
"default": "json"
|
|
35
|
+
},
|
|
36
|
+
"description": "Format of the response."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "domainName",
|
|
40
|
+
"in": "query",
|
|
41
|
+
"required": true,
|
|
42
|
+
"schema": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"description": "Domain name or URL whose SSL certificate chain lookup is required"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "sslRaw",
|
|
49
|
+
"in": "query",
|
|
50
|
+
"required": false,
|
|
51
|
+
"schema": {
|
|
52
|
+
"type": "boolean"
|
|
53
|
+
},
|
|
54
|
+
"description": "Set to true to get the raw openSSL response for each certificate in the chain"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"responses": {
|
|
58
|
+
"200": {
|
|
59
|
+
"description": "Successful SSL certificate chain lookup response",
|
|
60
|
+
"content": {
|
|
61
|
+
"application/json": {
|
|
62
|
+
"schema": {
|
|
63
|
+
"$ref": "#/components/schemas/SSLLookupResponse"
|
|
64
|
+
},
|
|
65
|
+
"examples": {
|
|
66
|
+
"SSL Certificate Chain": {
|
|
67
|
+
"value": {
|
|
68
|
+
"domainName": "google.com",
|
|
69
|
+
"queryTime": "2026-06-06 14:58:45",
|
|
70
|
+
"sslCertificates": [
|
|
71
|
+
{
|
|
72
|
+
"chainOrder": "end-user",
|
|
73
|
+
"authenticationType": "domain",
|
|
74
|
+
"validityStartDate": "2026-06-2 06:23:03 UTC",
|
|
75
|
+
"validityEndDate": "2026-08-31 07:21:11 UTC",
|
|
76
|
+
"serialNumber": "7b:75:1c:fe:fb:bb:95:33:0e:e2:a1:6b:9e:89:e1:b7",
|
|
77
|
+
"signatureAlgorithm": "ECDSA-SHA256",
|
|
78
|
+
"subject": {
|
|
79
|
+
"commonName": "*.google.com"
|
|
80
|
+
},
|
|
81
|
+
"issuer": {
|
|
82
|
+
"commonName": "WE1",
|
|
83
|
+
"organization": "Google Trust Services",
|
|
84
|
+
"country": "US"
|
|
85
|
+
},
|
|
86
|
+
"publicKey": {
|
|
87
|
+
"keySize": "256 bit",
|
|
88
|
+
"keyAlgorithm": "ECDSA",
|
|
89
|
+
"pemRaw": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELD2RK4J04b+CkgML4RrJmWd482WIxr61Nq21HpA9c9G5ou6PsaIEhrESlu6xMHM+ucHh/0jQArZwnb8F0YwXZw==\n-----END PUBLIC KEY-----\n"
|
|
90
|
+
},
|
|
91
|
+
"extensions": {
|
|
92
|
+
"authorityKeyIdentifier": "90:77:92:35:67:C4:FF:A8:CC:A9:E6:7B:D9:80:79:7B:CC:93:F9:38",
|
|
93
|
+
"subjectKeyIdentifier": "6D:E0:94:E7:A4:F4:43:F1:20:17:0E:81:FC:C4:91:4D:18:A0:C9:2F",
|
|
94
|
+
"keyUsages": ["Digital Signature"],
|
|
95
|
+
"extendedKeyUsages": [
|
|
96
|
+
"TLS Web Server Authentication"
|
|
97
|
+
],
|
|
98
|
+
"crlDistributionPoints": [
|
|
99
|
+
"http://c.pki.goog/we1/R7LgAnKD4Lk.crl"
|
|
100
|
+
],
|
|
101
|
+
"authorityInfoAccess": {
|
|
102
|
+
"issuers": ["http://i.pki.goog/we1.crt"],
|
|
103
|
+
"ocsp": ["http://o.pki.goog/s/we1/e3U"]
|
|
104
|
+
},
|
|
105
|
+
"subjectAlternativeNames": {
|
|
106
|
+
"dnsNames": ["*.google.com", "google.com"]
|
|
107
|
+
},
|
|
108
|
+
"certificatePolicies": [
|
|
109
|
+
{
|
|
110
|
+
"policyId": "2.23.140.1.2.1"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"pemRaw": "-----BEGIN CERTIFICATE-----\nMIIDpDCCA0mgAwIBAgIQe3Uc/vu7lTMO4qFrnonhtzAKBggqhkjOPQQDAjA7MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMQwwCgYDVQQDEwNXRTEwHhcNMjYwNjAyMDYyMzAzWhcNMjYwODMxMDcyMTExWjAWMRQwEgYDVQQDEwtqZnJlYWtzLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCw9kSuCdOG/gpIDC+EayZlnePNliMa+tTattR6QPXPRuaLuj7GiBIaxEpbusTBzPrnB4f9I0AK2cJ2/BdGMF2ejggJSMIICTjAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUbeCU56T0Q/EgFw6B/MSRTRigyS8wHwYDVR0jBBgwFoAUkHeSNWfE/6jMqeZ72YB5e8yT+TgwXgYIKwYBBQUHAQEEUjBQMCcGCCsGAQUFBzABhhtodHRwOi8vby5wa2kuZ29vZy9zL3dlMS9lM1UwJQYIKwYBBQUHMAKGGWh0dHA6Ly9pLnBraS5nb29nL3dlMS5jcnQwJQYDVR0RBB4wHIILamZyZWFrcy5jb22CDSouamZyZWFrcy5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2MucGtpLmdvb2cvd2UxL1I3TGdBbktENExrLmNybDCCAQMGCisGAQQB1nkCBAIEgfQEgfEA7wB2AJROQ4f67MHvgfMZJCaoGGUBx9NfOAIBP3JnfVU3LhnYAAABnoc27FIAAAQDAEcwRQIhAN5bVfN6osVhMW6F32m52+fRsNf6yDQIhXfHZ3S0DXK7AiBdVp3hQqIjM/TpSynLnZJ5W6Ng4Pd5WjRZtZP8wtNBmAB1ANgJVTuUT3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABnoc27IUAAAQDAEYwRAIgZ4Hn/21EyS31ZoYWNiIbIbfnSWvnTTzMBGUzkPXa7E4CIChvO8tx+1vcNhmO2/qpE5pwLTIpeqwKH9+OvGdfoa4pMAoGCCqGSM49BAMCA0kAMEYCIQDL0J1LBJszJdu9uQJi5roRavn8KzuiC0caVQ9KxB1LzQIhAL16BeuNfUXnQ0JxUMiVXIWmKz7QoiLImDBS1+b+ZvJP\n-----END CERTIFICATE-----\n"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"chainOrder": "intermediate",
|
|
118
|
+
"authenticationType": "organization",
|
|
119
|
+
"validityStartDate": "2023-12-13 09:00:00 UTC",
|
|
120
|
+
"validityEndDate": "2029-02-20 14:00:00 UTC",
|
|
121
|
+
"serialNumber": "7f:f3:19:77:97:2c:22:4a:76:15:5d:13:b6:d6:85:e3",
|
|
122
|
+
"signatureAlgorithm": "ECDSA-SHA2384",
|
|
123
|
+
"subject": {
|
|
124
|
+
"commonName": "WE1",
|
|
125
|
+
"organization": "Google Trust Services",
|
|
126
|
+
"country": "US"
|
|
127
|
+
},
|
|
128
|
+
"issuer": {
|
|
129
|
+
"commonName": "GTS Root R4",
|
|
130
|
+
"organization": "Google Trust Services LLC",
|
|
131
|
+
"country": "US"
|
|
132
|
+
},
|
|
133
|
+
"publicKey": {
|
|
134
|
+
"keySize": "256 bit",
|
|
135
|
+
"keyAlgorithm": "ECDSA",
|
|
136
|
+
"pemRaw": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEb806/mdXR0whA4VAwkddu1hHD0DBXBeFxhk359V87YZLm4HZ1xoTpQoD+JjExuie/xBZjywmmPXmJiW7DwL6Vg==\n-----END PUBLIC KEY-----\n"
|
|
137
|
+
},
|
|
138
|
+
"extensions": {
|
|
139
|
+
"authorityKeyIdentifier": "80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C",
|
|
140
|
+
"subjectKeyIdentifier": "90:77:92:35:67:C4:FF:A8:CC:A9:E6:7B:D9:80:79:7B:CC:93:F9:38",
|
|
141
|
+
"keyUsages": [
|
|
142
|
+
"CRL Sign",
|
|
143
|
+
"Digital Signature",
|
|
144
|
+
"Certificate Sign"
|
|
145
|
+
],
|
|
146
|
+
"extendedKeyUsages": [
|
|
147
|
+
"TLS Web Server Authentication",
|
|
148
|
+
"TLS Web Client Authentication"
|
|
149
|
+
],
|
|
150
|
+
"crlDistributionPoints": [
|
|
151
|
+
"http://c.pki.goog/r/r4.crl"
|
|
152
|
+
],
|
|
153
|
+
"authorityInfoAccess": {
|
|
154
|
+
"issuers": ["http://i.pki.goog/r4.crt"]
|
|
155
|
+
},
|
|
156
|
+
"certificatePolicies": [
|
|
157
|
+
{
|
|
158
|
+
"policyId": "2.23.140.1.2.1"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"pemRaw": "-----BEGIN CERTIFICATE-----\nMIICnzCCAiWgAwIBAgIQf/MZd5csIkp2FV0TttaF4zAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMjMxMjEzMDkwMDAwWhcNMjkwMjIwMTQwMDAwWjA7MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMQwwCgYDVQQDEwNXRTEwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAARvzTr+Z1dHTCEDhUDCR127WEcPQMFcF4XGGTfn1XzthkubgdnXGhOlCgP4mMTG6J7/EFmPLCaY9eYmJbsPAvpWo4H+MIH7MA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUkHeSNWfE/6jMqeZ72YB5e8yT+TgwHwYDVR0jBBgwFoAUgEzW63T/STaj1dj8tT7FavCUHYwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzAChhhodHRwOi8vaS5wa2kuZ29vZy9yNC5jcnQwKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL2MucGtpLmdvb2cvci9yNC5jcmwwEwYDVR0gBAwwCjAIBgZngQwBAgEwCgYIKoZIzj0EAwMDaAAwZQIxAOcCq1HW90OVznX+0RGU1cxAQXomvtgM8zItPZCuFQ8jSBJSjz5keROv9aYsAm5VsQIwJonMaAFi54mrfhfoFNZEfuNMSQ6/bIBiNLiyoX46FohQvKeIoJ99cx7sUkFN7uJW\n-----END CERTIFICATE-----\n"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"chainOrder": "intermediate",
|
|
166
|
+
"authenticationType": "organization",
|
|
167
|
+
"validityStartDate": "2023-11-15 03:43:21 UTC",
|
|
168
|
+
"validityEndDate": "2028-01-28 00:00:42 UTC",
|
|
169
|
+
"serialNumber": "7f:e5:30:bf:33:13:43:be:dd:82:16:10:49:3d:8a:1b",
|
|
170
|
+
"signatureAlgorithm": "SHA256-RSA",
|
|
171
|
+
"subject": {
|
|
172
|
+
"commonName": "GTS Root R4",
|
|
173
|
+
"organization": "Google Trust Services LLC",
|
|
174
|
+
"country": "US"
|
|
175
|
+
},
|
|
176
|
+
"issuer": {
|
|
177
|
+
"commonName": "GlobalSign Root CA",
|
|
178
|
+
"organization": "GlobalSign nv-sa",
|
|
179
|
+
"organizationalUnit": "Root CA",
|
|
180
|
+
"country": "BE"
|
|
181
|
+
},
|
|
182
|
+
"publicKey": {
|
|
183
|
+
"keySize": "384 bit",
|
|
184
|
+
"keyAlgorithm": "ECDSA",
|
|
185
|
+
"pemRaw": "-----BEGIN PUBLIC KEY-----\nMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE83Rzp2iLYK5DuDXFgTB7S0md+8FhzubeRr1r1WEYNa5A3XP3iZEwWus87oV8okB2O6nGuEfYKueSkWpz6bFyOZ8pn6KY019eWIZlD6GEZQbR3IvJx3PIjGov5cSr0R2K\n-----END PUBLIC KEY-----\n"
|
|
186
|
+
},
|
|
187
|
+
"extensions": {
|
|
188
|
+
"authorityKeyIdentifier": "60:7B:66:1A:45:0D:97:CA:89:50:2F:7D:04:CD:34:A8:FF:FC:FD:4B",
|
|
189
|
+
"subjectKeyIdentifier": "80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C",
|
|
190
|
+
"keyUsages": [
|
|
191
|
+
"CRL Sign",
|
|
192
|
+
"Digital Signature",
|
|
193
|
+
"Certificate Sign"
|
|
194
|
+
],
|
|
195
|
+
"extendedKeyUsages": [
|
|
196
|
+
"TLS Web Server Authentication",
|
|
197
|
+
"TLS Web Client Authentication"
|
|
198
|
+
],
|
|
199
|
+
"crlDistributionPoints": [
|
|
200
|
+
"http://c.pki.goog/r/gsr1.crl"
|
|
201
|
+
],
|
|
202
|
+
"authorityInfoAccess": {
|
|
203
|
+
"issuers": ["http://i.pki.goog/gsr1.crt"]
|
|
204
|
+
},
|
|
205
|
+
"certificatePolicies": [
|
|
206
|
+
{
|
|
207
|
+
"policyId": "2.23.140.1.2.1"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"pemRaw": "-----BEGIN CERTIFICATE-----\nMIIDejCCAmKgAwIBAgIQf+UwvzMTQ77dghYQST2KGzANBgkqhkiG9w0BAQsFADBXMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEQMA4GA1UECxMHUm9vdCBDQTEbMBkGA1UEAxMSR2xvYmFsU2lnbiBSb290IENBMB4XDTIzMTExNTAzNDMyMVoXDTI4MDEyODAwMDA0MlowRzELMAkGA1UEBhMCVVMxIjAgBgNVBAoTGUdvb2dsZSBUcnVzdCBTZXJ2aWNlcyBMTEMxFDASBgNVBAMTC0dUUyBSb290IFI0MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE83Rzp2iLYK5DuDXFgTB7S0md+8FhzubeRr1r1WEYNa5A3XP3iZEwWus87oV8okB2O6nGuEfYKueSkWpz6bFyOZ8pn6KY019eWIZlD6GEZQbR3IvJx3PIjGov5cSr0R2Ko4H/MIH8MA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUgEzW63T/STaj1dj8tT7FavCUHYwwHwYDVR0jBBgwFoAUYHtmGkUNl8qJUC99BM00qP/8/UswNgYIKwYBBQUHAQEEKjAoMCYGCCsGAQUFBzAChhpodHRwOi8vaS5wa2kuZ29vZy9nc3IxLmNydDAtBgNVHR8EJjAkMCKgIKAehhxodHRwOi8vYy5wa2kuZ29vZy9yL2dzcjEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAYQrsPBtYDh5bjP2OBDwmkoWhIDDkic574y04tfzHpn+cJodI2D4SseesQ6bDrarZ7C30ddLibZatoKiws3UL9xnELz4ct92vID24FfVbiI1hY+SW6FoVHkNeWIP0GCbaM4C6uVdF5dTUsMVs/ZbzNnIdCp5Gxmx5ejvEau8otR/CskGN+hr/W5GvT1tMBjgWKZ1i4//emhA1JG1BbPzoLJQvyEotc03lXjTaCzv8mEbep8RqZ7a2CPsgRbuvTPBwcOMBBmuFeU88+FSBX6+7iP0il8b4Z0QFqIwwMHfs/L6K1vepuoxtGzi4CZ68zJpiq1UvSqTbFJjtbD4seiMHl\n-----END CERTIFICATE-----\n"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"chainOrder": "root",
|
|
215
|
+
"authenticationType": "self-signed-ca",
|
|
216
|
+
"validityStartDate": "2011-09-22 11:22:02 UTC",
|
|
217
|
+
"validityEndDate": "2030-09-22 11:22:02 UTC",
|
|
218
|
+
"serialNumber": "Signature Algorithm: sha256WithRSAEncryption",
|
|
219
|
+
"signatureAlgorithm": "SHA256-RSA",
|
|
220
|
+
"subject": {
|
|
221
|
+
"commonName": "Actalis Authentication Root CA",
|
|
222
|
+
"organization": "Actalis S.p.A./03358520967",
|
|
223
|
+
"locality": "Milan",
|
|
224
|
+
"country": "IT"
|
|
225
|
+
},
|
|
226
|
+
"issuer": {
|
|
227
|
+
"commonName": "Actalis Authentication Root CA",
|
|
228
|
+
"organization": "Actalis S.p.A./03358520967",
|
|
229
|
+
"locality": "Milan",
|
|
230
|
+
"country": "IT"
|
|
231
|
+
},
|
|
232
|
+
"publicKey": {
|
|
233
|
+
"keySize": "4096 bit",
|
|
234
|
+
"keyAlgorithm": "RSA",
|
|
235
|
+
"pemRaw": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAQ==\n-----END PUBLIC KEY-----\n"
|
|
236
|
+
},
|
|
237
|
+
"extensions": {
|
|
238
|
+
"authorityKeyIdentifier": "52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0",
|
|
239
|
+
"subjectKeyIdentifier": "52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0",
|
|
240
|
+
"keyUsages": ["CRL Sign", "Certificate Sign"]
|
|
241
|
+
},
|
|
242
|
+
"pemRaw": "-----BEGIN CERTIFICATE-----\nMIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAQaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbtifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDzWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyXX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+OkfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btUZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJULysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhl\n-----END CERTIFICATE-----\n"
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"400": {
|
|
252
|
+
"description": "Bad Request – Invalid domain parameter",
|
|
253
|
+
"content": {
|
|
254
|
+
"application/json": {
|
|
255
|
+
"schema": {
|
|
256
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
257
|
+
},
|
|
258
|
+
"examples": {
|
|
259
|
+
"Invalid Domain Param": {
|
|
260
|
+
"value": {
|
|
261
|
+
"timestamp": "2025-08-14T10:27:07.511Z",
|
|
262
|
+
"status": 400,
|
|
263
|
+
"error": "Invalid Param Exception",
|
|
264
|
+
"message": " Please pass domain param correct value e.g. whoisfreaks.com, https://whoisfreaks.com, http://whoisfreaks.com [For Technical Support: support@apifreaks.com]",
|
|
265
|
+
"path": "/v1.0/domain/ssl/live/chain"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"403": {
|
|
273
|
+
"description": "Forbidden – Domain extension unavailable",
|
|
274
|
+
"content": {
|
|
275
|
+
"application/json": {
|
|
276
|
+
"schema": {
|
|
277
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
278
|
+
},
|
|
279
|
+
"examples": {
|
|
280
|
+
"Unavailable Domain Extension": {
|
|
281
|
+
"value": {
|
|
282
|
+
"timestamp": "2025-08-14T10:27:54.671Z",
|
|
283
|
+
"status": 403,
|
|
284
|
+
"error": "Forbidden",
|
|
285
|
+
"message": "Unavailable domain extension.",
|
|
286
|
+
"path": "/v1.0/domain/ssl/live/chain"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"404": {
|
|
294
|
+
"description": "Not Found – No SSL certificate exists",
|
|
295
|
+
"content": {
|
|
296
|
+
"application/json": {
|
|
297
|
+
"schema": {
|
|
298
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
299
|
+
},
|
|
300
|
+
"examples": {
|
|
301
|
+
"No SSL Certificate": {
|
|
302
|
+
"value": {
|
|
303
|
+
"timestamp": "2025-08-14T10:28:32.443Z",
|
|
304
|
+
"status": 404,
|
|
305
|
+
"error": "SSL Data Not Found",
|
|
306
|
+
"message": "No Ssl Certificate exists for entered Domain",
|
|
307
|
+
"path": "/v1.0/domain/ssl/live/chain"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"components": {
|
|
319
|
+
"securitySchemes": {
|
|
320
|
+
"ApiKeyAuthHeader": {
|
|
321
|
+
"type": "apiKey",
|
|
322
|
+
"in": "header",
|
|
323
|
+
"name": "X-apiKey",
|
|
324
|
+
"description": "Pass your API key via the X-apiKey request header."
|
|
325
|
+
},
|
|
326
|
+
"ApiKeyAuthQuery": {
|
|
327
|
+
"type": "apiKey",
|
|
328
|
+
"in": "query",
|
|
329
|
+
"name": "apiKey",
|
|
330
|
+
"description": "Pass your API key via the apiKey query parameter."
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"schemas": {
|
|
334
|
+
"SSLLookupResponse": {
|
|
335
|
+
"type": "object",
|
|
336
|
+
"required": ["domainName", "queryTime", "sslCertificates"],
|
|
337
|
+
"properties": {
|
|
338
|
+
"domainName": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"description": "Domain name or URL that was queried."
|
|
341
|
+
},
|
|
342
|
+
"queryTime": {
|
|
343
|
+
"type": "string",
|
|
344
|
+
"format": "date-time",
|
|
345
|
+
"description": "Timestamp when the query was executed."
|
|
346
|
+
},
|
|
347
|
+
"sslCertificates": {
|
|
348
|
+
"type": "array",
|
|
349
|
+
"items": {
|
|
350
|
+
"$ref": "#/components/schemas/SSLCertificateItem"
|
|
351
|
+
},
|
|
352
|
+
"description": "Array of SSL certificate objects forming the complete certificate chain."
|
|
353
|
+
},
|
|
354
|
+
"sslRaw": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"description": "Raw OpenSSL response text if sslRaw was set to true."
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"description": "SSL certificate chain lookup response containing certificate details and extensions for each certificate in the chain."
|
|
360
|
+
},
|
|
361
|
+
"SSLCertificateItem": {
|
|
362
|
+
"type": "object",
|
|
363
|
+
"description": "A single SSL certificate in the certificate chain.",
|
|
364
|
+
"required": [
|
|
365
|
+
"chainOrder",
|
|
366
|
+
"authenticationType",
|
|
367
|
+
"validityStartDate",
|
|
368
|
+
"validityEndDate",
|
|
369
|
+
"serialNumber",
|
|
370
|
+
"signatureAlgorithm",
|
|
371
|
+
"pemRaw",
|
|
372
|
+
"subject",
|
|
373
|
+
"issuer",
|
|
374
|
+
"publicKey",
|
|
375
|
+
"extensions"
|
|
376
|
+
],
|
|
377
|
+
"properties": {
|
|
378
|
+
"chainOrder": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"description": "Position in the certificate chain (end-user, intermediate, root)."
|
|
381
|
+
},
|
|
382
|
+
"authenticationType": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"description": "Authentication type (domain, organization, extended)."
|
|
385
|
+
},
|
|
386
|
+
"validityStartDate": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"format": "date-time",
|
|
389
|
+
"description": "Certificate validity start date."
|
|
390
|
+
},
|
|
391
|
+
"validityEndDate": {
|
|
392
|
+
"type": "string",
|
|
393
|
+
"format": "date-time",
|
|
394
|
+
"description": "Certificate validity end date."
|
|
395
|
+
},
|
|
396
|
+
"serialNumber": {
|
|
397
|
+
"type": "string",
|
|
398
|
+
"description": "Certificate serial number."
|
|
399
|
+
},
|
|
400
|
+
"signatureAlgorithm": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"description": "Signature algorithm used (e.g., SHA256-RSA)."
|
|
403
|
+
},
|
|
404
|
+
"subject": {
|
|
405
|
+
"$ref": "#/components/schemas/SSLSubject"
|
|
406
|
+
},
|
|
407
|
+
"issuer": {
|
|
408
|
+
"$ref": "#/components/schemas/SSLIssuer"
|
|
409
|
+
},
|
|
410
|
+
"publicKey": {
|
|
411
|
+
"$ref": "#/components/schemas/SSLPublicKey"
|
|
412
|
+
},
|
|
413
|
+
"extensions": {
|
|
414
|
+
"$ref": "#/components/schemas/SSLExtensions"
|
|
415
|
+
},
|
|
416
|
+
"pemRaw": {
|
|
417
|
+
"type": "string",
|
|
418
|
+
"description": "Raw PEM-encoded certificate."
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"SSLSubject": {
|
|
423
|
+
"type": "object",
|
|
424
|
+
"description": "Subject information of the SSL certificate.",
|
|
425
|
+
"required": ["commonName"],
|
|
426
|
+
"properties": {
|
|
427
|
+
"commonName": {
|
|
428
|
+
"type": "string",
|
|
429
|
+
"description": "Common name of the subject."
|
|
430
|
+
},
|
|
431
|
+
"organization": {
|
|
432
|
+
"type": "string",
|
|
433
|
+
"description": "Organization of the subject."
|
|
434
|
+
},
|
|
435
|
+
"organizationalUnit": {
|
|
436
|
+
"type": "string",
|
|
437
|
+
"description": "Organizational unit of the subject."
|
|
438
|
+
},
|
|
439
|
+
"locality": {
|
|
440
|
+
"type": "string",
|
|
441
|
+
"description": "Locality of the subject."
|
|
442
|
+
},
|
|
443
|
+
"state": {
|
|
444
|
+
"type": "string",
|
|
445
|
+
"description": "State of the subject."
|
|
446
|
+
},
|
|
447
|
+
"country": {
|
|
448
|
+
"type": "string",
|
|
449
|
+
"description": "Country of the subject."
|
|
450
|
+
},
|
|
451
|
+
"incCountry": {
|
|
452
|
+
"type": "string",
|
|
453
|
+
"description": "Incorporation country of the subject."
|
|
454
|
+
},
|
|
455
|
+
"incState": {
|
|
456
|
+
"type": "string",
|
|
457
|
+
"description": "Incorporation state of the subject."
|
|
458
|
+
},
|
|
459
|
+
"businessCategory": {
|
|
460
|
+
"type": "string",
|
|
461
|
+
"description": "Business category of the subject."
|
|
462
|
+
},
|
|
463
|
+
"street": {
|
|
464
|
+
"type": "string",
|
|
465
|
+
"description": "Street address of the subject."
|
|
466
|
+
},
|
|
467
|
+
"postalCode": {
|
|
468
|
+
"type": "string",
|
|
469
|
+
"description": "Postal code of the subject."
|
|
470
|
+
},
|
|
471
|
+
"serialNumber": {
|
|
472
|
+
"type": "string",
|
|
473
|
+
"description": "Serial number of the subject."
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"SSLIssuer": {
|
|
478
|
+
"type": "object",
|
|
479
|
+
"description": "Issuer information of the SSL certificate.",
|
|
480
|
+
"required": ["commonName", "organization", "country"],
|
|
481
|
+
"properties": {
|
|
482
|
+
"commonName": {
|
|
483
|
+
"type": "string",
|
|
484
|
+
"description": "Common name of the issuer."
|
|
485
|
+
},
|
|
486
|
+
"organization": {
|
|
487
|
+
"type": "string",
|
|
488
|
+
"description": "Organization of the issuer."
|
|
489
|
+
},
|
|
490
|
+
"organizationalUnit": {
|
|
491
|
+
"type": "string",
|
|
492
|
+
"description": "Organizational unit of the issuer."
|
|
493
|
+
},
|
|
494
|
+
"locality": {
|
|
495
|
+
"type": "string",
|
|
496
|
+
"description": "Locality of the issuer."
|
|
497
|
+
},
|
|
498
|
+
"state": {
|
|
499
|
+
"type": "string",
|
|
500
|
+
"description": "State of the issuer."
|
|
501
|
+
},
|
|
502
|
+
"country": {
|
|
503
|
+
"type": "string",
|
|
504
|
+
"description": "Country of the issuer."
|
|
505
|
+
},
|
|
506
|
+
"incCountry": {
|
|
507
|
+
"type": "string",
|
|
508
|
+
"description": "Incorporation country of the issuer."
|
|
509
|
+
},
|
|
510
|
+
"incState": {
|
|
511
|
+
"type": "string",
|
|
512
|
+
"description": "Incorporation state of the issuer."
|
|
513
|
+
},
|
|
514
|
+
"businessCategory": {
|
|
515
|
+
"type": "string",
|
|
516
|
+
"description": "Business category of the issuer."
|
|
517
|
+
},
|
|
518
|
+
"street": {
|
|
519
|
+
"type": "string",
|
|
520
|
+
"description": "Street address of the issuer."
|
|
521
|
+
},
|
|
522
|
+
"postalCode": {
|
|
523
|
+
"type": "string",
|
|
524
|
+
"description": "Postal code of the issuer."
|
|
525
|
+
},
|
|
526
|
+
"serialNumber": {
|
|
527
|
+
"type": "string",
|
|
528
|
+
"description": "Serial number of the issuer."
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"SSLPublicKey": {
|
|
533
|
+
"type": "object",
|
|
534
|
+
"description": "Public key details of the SSL certificate.",
|
|
535
|
+
"required": ["keySize", "keyAlgorithm", "pemRaw"],
|
|
536
|
+
"properties": {
|
|
537
|
+
"keySize": {
|
|
538
|
+
"type": "string",
|
|
539
|
+
"description": "Public key size (e.g., 256 bit)."
|
|
540
|
+
},
|
|
541
|
+
"keyAlgorithm": {
|
|
542
|
+
"type": "string",
|
|
543
|
+
"description": "Public key algorithm (e.g., ECDSA, RSA)."
|
|
544
|
+
},
|
|
545
|
+
"pemRaw": {
|
|
546
|
+
"type": "string",
|
|
547
|
+
"description": "Raw PEM-encoded public key."
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"SSLExtensions": {
|
|
552
|
+
"type": "object",
|
|
553
|
+
"description": "X.509 certificate extensions.",
|
|
554
|
+
"required": ["keyUsages"],
|
|
555
|
+
"properties": {
|
|
556
|
+
"authorityKeyIdentifier": {
|
|
557
|
+
"type": "string",
|
|
558
|
+
"description": "Authority key identifier."
|
|
559
|
+
},
|
|
560
|
+
"subjectKeyIdentifier": {
|
|
561
|
+
"type": "string",
|
|
562
|
+
"description": "Subject key identifier."
|
|
563
|
+
},
|
|
564
|
+
"keyUsages": {
|
|
565
|
+
"type": "array",
|
|
566
|
+
"items": {
|
|
567
|
+
"type": "string"
|
|
568
|
+
},
|
|
569
|
+
"description": "Key usage extensions."
|
|
570
|
+
},
|
|
571
|
+
"extendedKeyUsages": {
|
|
572
|
+
"type": "array",
|
|
573
|
+
"items": {
|
|
574
|
+
"type": "string"
|
|
575
|
+
},
|
|
576
|
+
"description": "Extended key usage extensions."
|
|
577
|
+
},
|
|
578
|
+
"crlDistributionPoints": {
|
|
579
|
+
"type": "array",
|
|
580
|
+
"items": {
|
|
581
|
+
"type": "string"
|
|
582
|
+
},
|
|
583
|
+
"description": "CRL distribution point URLs."
|
|
584
|
+
},
|
|
585
|
+
"authorityInfoAccess": {
|
|
586
|
+
"$ref": "#/components/schemas/SSLAuthorityInfoAccess"
|
|
587
|
+
},
|
|
588
|
+
"subjectAlternativeNames": {
|
|
589
|
+
"$ref": "#/components/schemas/SSLSubjectAlternativeNames"
|
|
590
|
+
},
|
|
591
|
+
"certificatePolicies": {
|
|
592
|
+
"type": "array",
|
|
593
|
+
"items": {
|
|
594
|
+
"$ref": "#/components/schemas/SSLCertificatePolicy"
|
|
595
|
+
},
|
|
596
|
+
"description": "Certificate policy objects."
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"SSLAuthorityInfoAccess": {
|
|
601
|
+
"type": "object",
|
|
602
|
+
"description": "Authority information access details.",
|
|
603
|
+
"properties": {
|
|
604
|
+
"issuers": {
|
|
605
|
+
"type": "array",
|
|
606
|
+
"items": {
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
"description": "Issuer certificate URLs."
|
|
610
|
+
},
|
|
611
|
+
"ocsp": {
|
|
612
|
+
"type": "array",
|
|
613
|
+
"items": {
|
|
614
|
+
"type": "string"
|
|
615
|
+
},
|
|
616
|
+
"description": "OCSP responder URLs."
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"required": []
|
|
620
|
+
},
|
|
621
|
+
"SSLSubjectAlternativeNames": {
|
|
622
|
+
"type": "object",
|
|
623
|
+
"description": "Subject alternative names on the certificate.",
|
|
624
|
+
"properties": {
|
|
625
|
+
"dnsNames": {
|
|
626
|
+
"type": "array",
|
|
627
|
+
"items": {
|
|
628
|
+
"type": "string"
|
|
629
|
+
},
|
|
630
|
+
"description": "DNS names on the certificate."
|
|
631
|
+
},
|
|
632
|
+
"emailAddresses": {
|
|
633
|
+
"type": "array",
|
|
634
|
+
"items": {
|
|
635
|
+
"type": "string"
|
|
636
|
+
},
|
|
637
|
+
"description": "Email addresses on the certificate."
|
|
638
|
+
},
|
|
639
|
+
"ipAddresses": {
|
|
640
|
+
"type": "array",
|
|
641
|
+
"items": {
|
|
642
|
+
"type": "string"
|
|
643
|
+
},
|
|
644
|
+
"description": "IP addresses on the certificate."
|
|
645
|
+
},
|
|
646
|
+
"uris": {
|
|
647
|
+
"type": "array",
|
|
648
|
+
"items": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"description": "URIs on the certificate."
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"required": []
|
|
655
|
+
},
|
|
656
|
+
"SSLCertificatePolicy": {
|
|
657
|
+
"type": "object",
|
|
658
|
+
"description": "A certificate policy object.",
|
|
659
|
+
"properties": {
|
|
660
|
+
"policyId": {
|
|
661
|
+
"type": "string",
|
|
662
|
+
"description": "Policy OID identifier."
|
|
663
|
+
},
|
|
664
|
+
"policyQualifier": {
|
|
665
|
+
"$ref": "#/components/schemas/SSLPolicyQualifier"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"required": []
|
|
669
|
+
},
|
|
670
|
+
"SSLPolicyQualifier": {
|
|
671
|
+
"type": "object",
|
|
672
|
+
"description": "Policy qualifier for a certificate policy.",
|
|
673
|
+
"properties": {
|
|
674
|
+
"oid": {
|
|
675
|
+
"type": "string",
|
|
676
|
+
"description": "OID of the policy qualifier."
|
|
677
|
+
},
|
|
678
|
+
"cpsUri": {
|
|
679
|
+
"type": "string",
|
|
680
|
+
"format": "uri",
|
|
681
|
+
"description": "CPS URI for the policy qualifier."
|
|
682
|
+
},
|
|
683
|
+
"userNotice": {
|
|
684
|
+
"$ref": "#/components/schemas/SSLUserNotice"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"required": []
|
|
688
|
+
},
|
|
689
|
+
"SSLUserNotice": {
|
|
690
|
+
"type": "object",
|
|
691
|
+
"description": "User notice for a policy qualifier.",
|
|
692
|
+
"properties": {
|
|
693
|
+
"explicitText": {
|
|
694
|
+
"type": "string",
|
|
695
|
+
"description": "Explicit text of the user notice."
|
|
696
|
+
},
|
|
697
|
+
"noticeRef": {
|
|
698
|
+
"$ref": "#/components/schemas/SSLUserNoticeRef"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"required": []
|
|
702
|
+
},
|
|
703
|
+
"SSLUserNoticeRef": {
|
|
704
|
+
"type": "object",
|
|
705
|
+
"description": "Notice reference for a user notice.",
|
|
706
|
+
"properties": {
|
|
707
|
+
"organization": {
|
|
708
|
+
"type": "string",
|
|
709
|
+
"description": "Organization for the notice reference."
|
|
710
|
+
},
|
|
711
|
+
"noticeNumbers": {
|
|
712
|
+
"type": "string",
|
|
713
|
+
"description": "Notice numbers."
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"required": []
|
|
717
|
+
},
|
|
718
|
+
"ErrorResponse": {
|
|
719
|
+
"type": "object",
|
|
720
|
+
"description": "Standard error envelope returned by the API on failed requests.",
|
|
721
|
+
"required": ["message"],
|
|
722
|
+
"properties": {
|
|
723
|
+
"error": {
|
|
724
|
+
"type": "string",
|
|
725
|
+
"description": "Short error category or exception type."
|
|
726
|
+
},
|
|
727
|
+
"message": {
|
|
728
|
+
"type": "string",
|
|
729
|
+
"description": "Human-readable error message describing the failure."
|
|
730
|
+
},
|
|
731
|
+
"path": {
|
|
732
|
+
"type": "string",
|
|
733
|
+
"description": "API endpoint path that produced the error."
|
|
734
|
+
},
|
|
735
|
+
"status": {
|
|
736
|
+
"type": "integer",
|
|
737
|
+
"description": "HTTP status code returned with the error."
|
|
738
|
+
},
|
|
739
|
+
"timestamp": {
|
|
740
|
+
"type": "string",
|
|
741
|
+
"format": "date-time",
|
|
742
|
+
"description": "Timestamp when the error occurred (ISO 8601)."
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"security": [
|
|
749
|
+
{
|
|
750
|
+
"ApiKeyAuthHeader": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"ApiKeyAuthQuery": []
|
|
754
|
+
}
|
|
755
|
+
]
|
|
756
|
+
}
|