Skip to content

Commit 6bb4b88

Browse files
committed
SSL
1 parent 761cdf0 commit 6bb4b88

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# changelog
1111
/changelog/rss.xml /changelog/rss/index.xml 301
1212
/dns/changelog/index.xml /changelog/rss/dns.xml 301
13+
/ssl/changelog/index.xml /changelog/rss/ssl.xml 301
1314

1415
## legacy
1516
/changelog/index.xml /release-notes/index.xml 301

src/components/ProductChangelog.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const changelogs = await getChangelogs({ filter });
4646
const { Content } = await render(entry);
4747
return (
4848
<AnchorHeading depth={2} title={format(entry.data.date, "yyyy-MM-dd")} />
49+
<strong>{entry.data.title}</strong>
4950
<Content />
5051
);
5152
})

src/content/docs/dns/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { ProductChangelog } from "~/components";
99

10-
{/* <!-- Actual content lives in /src/content/release-notes/dns.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
10+
{/* <!-- Actual content lives in /src/content/changelogs/dns/. Update the file there for new entries to appear here. */}
1111

1212
<ProductChangelog product="dns"/>
1313

src/content/docs/ssl/changelog.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,20 @@ sidebar:
77
order: 24
88
---
99

10-
import { ProductReleaseNotes } from "~/components";
10+
import { ProductChangelog } from "~/components";
1111

12-
{/* <!-- Actual content lives in /src/content/release-notes/ssl.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
12+
{/* <!-- Actual content lives in /src/content/changelog/ssl. Update the file there for new entries to appear here. */}
1313

14-
<ProductReleaseNotes />
14+
<ProductChangelog product="ssl" />
15+
16+
## 2024-10-18
17+
18+
**New cloudflare\_branding flag allows hostnames with over 64 characters for all CAs**
19+
20+
To order certificates for hostnames longer than 64 characters, customers can now use the `cloudflare_branding` flag when ordering a certificate via [API](https://developers.cloudflare.com/api/resources/ssl/subresources/certificate_packs/methods/create/). Setting `cloudflare_branding` to `true` will cause `sni.cloudflaressl.com` to be used as the common name, while the long hostname is added as part of the subject alternative name (SAN).
21+
22+
## 2024-09-19
23+
24+
**SSL.com available with ACM and SSL for SaaS**
25+
26+
SSL.com is one of the [certificate authorities](/ssl/reference/certificate-authorities/) that Cloudflare partners with. SSL.com is now available as an option to customers with Advanced Certificate Manager (ACM) or SSL for SaaS. Consider our [reference documentation](/ssl/reference/certificate-authorities/#sslcom) for details.

0 commit comments

Comments
 (0)