Skip to content

Commit a01ceed

Browse files
Remove step-like sections and add new proposed h2s
1 parent a18bb39 commit a01ceed

File tree

1 file changed

+3
-24
lines changed
  • src/content/docs/ssl/client-certificates

1 file changed

+3
-24
lines changed

src/content/docs/ssl/client-certificates/index.mdx

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,10 @@ Use Cloudflare public key infrastructure (PKI) to create client certificates, or
1515
<GlossaryDefinition term="mTLS (mutual TLS)" />
1616

1717
:::note[mTLS at Cloudflare]
18-
For a broader overview of mTLS at Cloudflare refer to the [learning path](/learning-paths/mtls/concepts/).
18+
For a broader overview of mTLS at Cloudflare refer to [learning paths](/learning-paths/mtls/concepts/).
1919
:::
20-
---
21-
22-
Use these certificates with Cloudflare [API Shield](/api-shield/) or [Cloudflare Workers](/workers/runtime-apis/bindings/mtls/) to enforce mutual Transport Layer Security (mTLS) encryption.
23-
24-
<Render file="client-cert-shared" />
25-
26-
## API Shield
27-
28-
To use API Shield to protect your API or web application, you must do the following:
29-
30-
1. Use Cloudflare’s fully hosted public key infrastructure (PKI) to [create a client certificate](/ssl/client-certificates/create-a-client-certificate/).
31-
32-
2. [Configure your mobile app or IoT device](/ssl/client-certificates/configure-your-mobile-app-or-iot-device/) to use your Cloudflare-issued client certificate.
33-
34-
3. [Enable mTLS](/ssl/client-certificates/enable-mtls/) for the hosts you wish to protect with API Shield.
35-
36-
4. Create WAF custom rules that [require API requests to present a valid client certificate](/api-shield/security/mtls/configure/).
37-
38-
<Render file="cloudflare-managed-client-cert" />
3920

40-
## Workers
21+
## Scope
4122

42-
To authenticate Workers requests using mTLS:
4323

44-
1. Use Cloudflare’s fully hosted public key infrastructure (PKI) to [create a client certificate](/ssl/client-certificates/create-a-client-certificate/).
45-
2. Create and use an [mTLS binding](/workers/runtime-apis/bindings/mtls/) to authenticate Workers connections.
24+
## Use cases

0 commit comments

Comments
 (0)