From 4f22ac90fa5e0cab54affd71bc6ac89cc3b02541 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Wed, 15 Oct 2025 13:03:13 -0500 Subject: [PATCH] Added Custom Hostnames button --- .../security/certificate-management/enforce-mtls.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx index cbdf390494f86eb..4707624b1bd979b 100644 --- a/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx +++ b/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx @@ -8,7 +8,7 @@ head: content: TLS Settings — Cloudflare for SaaS --- -import { AvailableNotifications, Details, Render, APIRequest, Tabs, TabItem } from "~/components"; +import { AvailableNotifications, Details, Render, APIRequest, Tabs, TabItem, DashButton } from "~/components"; [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. @@ -113,10 +113,12 @@ Refer to [Minimum TLS version - SSL/TLS](/ssl/edge-certificates/additional-optio -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and website. -2. Go to **SSL/TLS** > **Custom Hostnames**. -3. Find the hostname to which you want to apply Minimum TLS Version. Select **Edit**. -4. Choose the desired TLS version under **Minimum TLS Version** and select **Save**. +1. In the Cloudflare dashboard, go to the **Custom Hostnames** page. + + + +2. Find the hostname to which you want to apply Minimum TLS Version. Select **Edit**. +3. Choose the desired TLS version under **Minimum TLS Version** and select **Save**.