Skip to content

Commit 2f2acb0

Browse files
Create ssl.yaml and changelog.mdx and reorder within SSL ToC
1 parent c424e9f commit 2f2acb0

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

src/content/changelogs/ssl.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
link: "/ssl/changelog/"
3+
productName: SSL/TLS
4+
productLink: "/ssl/"
5+
productArea: Core platform
6+
productAreaLink: /fundamentals/reference/changelog/performance/
7+
entries:
8+
- publish_date: "2024-10-23 (TBC)"
9+
title: SSL.com available with ACM and SSL for SaaS for all customers
10+
description: 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 all customers with Advanced Certificate Manager (ACM) or SSL for SaaS. Refer to our [reference documentation](/ssl/reference/certificate-authorities/#sslcom) for details.
11+
- publish_date: "2024-10-18 (TBC)"
12+
title: New cloudflare_branding flag allows hostnames with over 64 characters for all CAs
13+
description: To order certificates for hostnames longer than 64 characters, customers can now use the `cloudflare_branding` flag when ordering a certificate via [API](/api/operations/certificate-packs-order-advanced-certificate-manager-certificate-pack). 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).

src/content/docs/ssl/changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- ssl
6+
sidebar:
7+
order: 24
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/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 --> */}
13+
14+
<ProductChangelog />

src/content/docs/ssl/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting
33
pcx_content_type: navigation
44
sidebar:
5-
order: 202
5+
order: 22
66
label: Full resources list
77
head:
88
- tag: title

0 commit comments

Comments
 (0)