Skip to content

Commit 9f5a63d

Browse files
authored
Added Custom Hostnames button (#25861)
1 parent a14f430 commit 9f5a63d

File tree

1 file changed

+7
-5
lines changed
  • src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management

1 file changed

+7
-5
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: TLS Settings — Cloudflare for SaaS
99
---
1010

11-
import { AvailableNotifications, Details, Render, APIRequest, Tabs, TabItem } from "~/components";
11+
import { AvailableNotifications, Details, Render, APIRequest, Tabs, TabItem, DashButton } from "~/components";
1212

1313
[Mutual TLS (mTLS)](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/) adds an extra layer of protection to application connections by validating certificates on the server and the client. When building a SaaS application, you may want to enforce mTLS to protect sensitive endpoints related to payment processing, database updates, and more.
1414

@@ -113,10 +113,12 @@ Refer to [Minimum TLS version - SSL/TLS](/ssl/edge-certificates/additional-optio
113113

114114
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
115115

116-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and website.
117-
2. Go to **SSL/TLS** > **Custom Hostnames**.
118-
3. Find the hostname to which you want to apply Minimum TLS Version. Select **Edit**.
119-
4. Choose the desired TLS version under **Minimum TLS Version** and select **Save**.
116+
1. In the Cloudflare dashboard, go to the **Custom Hostnames** page.
117+
118+
<DashButton url="/?to=/:account/:zone/ssl-tls/custom-hostnames" />
119+
120+
2. Find the hostname to which you want to apply Minimum TLS Version. Select **Edit**.
121+
3. Choose the desired TLS version under **Minimum TLS Version** and select **Save**.
120122

121123
</TabItem> <TabItem label="API">
122124

0 commit comments

Comments
 (0)