You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/radar/2025-08-04-radar-ct-insights.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ The following API endpoints are now available:
14
14
-[`/api/v1/ct/summary/{dimension}`](/api/resources/radar/subresources/ct/methods/summary/): Retrieves certificate distribution by dimension.
15
15
-[`/api/v1/ct/timeseries_groups/{dimension}`](/api/resources/radar/subresources/ct/methods/timeseries_groups/): Retrieves time series of certificate distribution by dimension.
-[`/api/v1/ct/authorities/{ca_slug}`](/api/resources/radar/subresources/ct/methods/authorities/): Retrieves details about a certification authority. Certification Authority information is derived from the [Common CA Database (CCADB)](https://www.ccadb.org/).
17
+
-[`/api/v1/ct/authorities/{ca_slug}`](/api/resources/radar/subresources/ct/methods/authorities/): Retrieves details about a Certification Authority (CA). CA information is derived from the [Common CA Database (CCADB)](https://www.ccadb.org/).
-[`/api/v1/ct/logs/{log_slug}`](/api/resources/radar/subresources/ct/methods/logs/): Retrieves details about a CT log (from Google Chrome log list). CT log information is derived from the [Google Chrome log list](https://googlechrome.github.io/CertificateTransparency/log_lists.html).
19
+
-[`/api/v1/ct/logs/{log_slug}`](/api/resources/radar/subresources/ct/methods/logs/): Retrieves details about a CT log. CT log information is derived from the [Google Chrome log list](https://googlechrome.github.io/CertificateTransparency/log_lists.html).
20
20
21
21
For the `summary` and `timeseries_groups` endpoints, the following dimensions are available (and also usable as filters):
22
22
@@ -25,14 +25,14 @@ For the `summary` and `timeseries_groups` endpoints, the following dimensions ar
25
25
-`duration`: Certificate validity duration (between NotBefore and NotAfter dates)
26
26
-`entry_type`: Entry type (certificate vs. pre-certificate)
27
27
-`expiration_status`: Expiration status (valid vs. expired)
28
-
-`has_ips`: Presence of IP addresses
29
-
-`has_wildcards`: Presence of wildcards
30
-
-`log`: CT log
28
+
-`has_ips`: Presence of IP addresses in certificate [Subject Alternative Names (SANs)](https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/#hostname-and-wildcard-coverage)
29
+
-`has_wildcards`: Presence of wildcard DNS names in certificate SANs
30
+
-`log`: CT log name
31
31
-`log_api`: CT log API ([RFC6962](https://datatracker.ietf.org/doc/html/rfc6962) vs. [Static](https://c2sp.org/static-ct-api))
32
32
-`log_operator`: CT log operator
33
-
-`public_key_algorithm`: Public key algorithm
34
-
-`signature_algorithm`: Signature algorithm
35
-
-`tld`: Top-level domain
36
-
-`validation_level`: Validation level
33
+
-`public_key_algorithm`: Public key algorithm of certificate's key
34
+
-`signature_algorithm`: Signature algorithm used by CA to sign certificate
35
+
-`tld`: Top-level domain for DNS names found in certificates SANs
Learn more about the new Certificate Transparency insights in our [blog post](https://blog.cloudflare.com/new-ct-section-on-cloudflare-radar/), and check out the [new Radar page](https://radar.cloudflare.com/certificate-transparency).
0 commit comments