Skip to content

Commit ef3c6fb

Browse files
committed
[Radar] Update changelog
1 parent 1cbf2d4 commit ef3c6fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/changelog/radar/2025-08-04-radar-ct-insights.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The following API endpoints are now available:
1414
- [`/api/v1/ct/summary/{dimension}`](/api/resources/radar/subresources/ct/methods/summary/): Retrieves certificate distribution by dimension.
1515
- [`/api/v1/ct/timeseries_groups/{dimension}`](/api/resources/radar/subresources/ct/methods/timeseries_groups/): Retrieves time series of certificate distribution by dimension.
1616
- [`/api/v1/ct/authorities`](/api/resources/radar/subresources/ct/methods/authorities/): Lists certification authorities.
17-
- [`/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/).
1818
- [`/api/v1/ct/logs`](/api/resources/radar/subresources/ct/methods/logs/): Lists CT logs.
19-
- [`/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).
2020

2121
For the `summary` and `timeseries_groups` endpoints, the following dimensions are available (and also usable as filters):
2222

@@ -25,14 +25,14 @@ For the `summary` and `timeseries_groups` endpoints, the following dimensions ar
2525
- `duration`: Certificate validity duration (between NotBefore and NotAfter dates)
2626
- `entry_type`: Entry type (certificate vs. pre-certificate)
2727
- `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
3131
- `log_api`: CT log API ([RFC6962](https://datatracker.ietf.org/doc/html/rfc6962) vs. [Static](https://c2sp.org/static-ct-api))
3232
- `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
36+
- `validation_level`: [Validation level](https://www.cloudflare.com/learning/ssl/types-of-ssl-certificates/)
3737

3838
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

Comments
 (0)