Skip to content

Commit 98761b4

Browse files
authored
Update mutual-tls-authentication.mdx
1 parent 6096032 commit 98761b4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/content/docs/cloudflare-one/access-controls/service-credentials/mutual-tls-authentication.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ sidebar:
77

88
import { AvailableNotifications, Render, Example } from "~/components";
99

10-
:::note
11-
Only available on Enterprise plans.
12-
:::
13-
1410
[Mutual TLS (mTLS) authentication](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/) ensures that traffic is both secure and trusted in both directions between a client and server. It allows requests that do not log in with an identity provider (like IoT devices) to demonstrate that they can reach a given resource. Client certificate authentication is also a second layer of security for team members who both log in with an identity provider (IdP) and present a valid client certificate.
1511

1612
With a root certificate authority (CA) in place, Access only allows requests from devices with a corresponding client certificate. When a request reaches the application, Access responds with a request for the client to present a certificate. If the device fails to present the certificate, the request is not allowed to proceed. If the client does have a certificate, Access completes a key exchange to verify.
@@ -365,13 +361,12 @@ mTLS does not currently work for:
365361
- Cloudflare Pages site served on a [custom domain](/pages/configuration/custom-domains/)
366362
- Cloudflare R2 public bucket served on a [custom domain](/r2/buckets/public-buckets/#connect-a-bucket-to-a-custom-domain)
367363

368-
## Set up alerts for mutual TLS certificates
364+
## Notifications for mutual TLS certificates
369365

370-
You can configure alerts to receive notifications before your mutual TLS certificates expire.
366+
Cloudflare will send the following [notifications](/notifications/) before your mutual TLS certificates expire:
371367

372368
<AvailableNotifications
373369
product="SSL/TLS"
374370
notificationFilter="Access mTLS Certificate Expiration Alert"
375371
/>
376372

377-
<Render file="get-started" product="notifications" />

0 commit comments

Comments
 (0)