Skip to content

Commit e2821fa

Browse files
Add horizontal break line and DirectoryListing to index.mdx
1 parent 0279c86 commit e2821fa

File tree

1 file changed

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

1 file changed

+13
-3
lines changed

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ description: Use Cloudflare public key infrastructure (PKI) to create client cer
88

99
---
1010

11-
import { GlossaryDefinition, Render } from "~/components";
11+
import { GlossaryDefinition, Render, DirectoryListing } from "~/components";
1212

13-
Use Cloudflare public key infrastructure (PKI) to create client certificates, or [bring your own CA for mTLS](/ssl/client-certificates/byo-ca/).
13+
Use Cloudflare's public key infrastructure (PKI) to create client certificates, or [bring your own CA for mTLS](/ssl/client-certificates/byo-ca/).
1414

1515
<GlossaryDefinition term="mTLS (mutual TLS)" />
1616

1717
:::note[mTLS at Cloudflare]
1818
For a broader overview of mTLS at Cloudflare refer to [learning paths](/learning-paths/mtls/concepts/).
1919
:::
2020

21+
---
22+
2123
## Scope
2224

2325
Cloudflare validates client certificates with one CA, set at account level. This means that these certificates can be used for validation across multiple zones/domains (`example.com`), as long as the zones are under the same Cloudflare account and mTLS has been enabled for the requested hosts (`host.example.com`).
@@ -27,11 +29,19 @@ The account-level CA can be either:
2729
- The Cloudflare-managed CA: This is the default option. Certificates and hostname associations are listed on your [dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/client-certificates/).
2830
- A [BYOCA](/ssl/client-certificates/byo-ca/) certificate: This is an API-only option, available on Enterprise accounts. Certificates and hostnames associations are **not** listed on your [dashboard](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/client-certificates/).
2931

32+
---
33+
3034
## Use cases
3135

3236
(Intro blurb and new link out to LP)
3337

3438
- [App security implementation guide](/learning-paths/mtls/mtls-app-security/)
3539
- [API Shield](/api-shield/security/mtls/configure/)
3640
- [Access](/cloudflare-one/identity/devices/access-integrations/mutual-tls-authentication/)
37-
- [Workers](/workers/runtime-apis/bindings/mtls/)
41+
- [Workers](/workers/runtime-apis/bindings/mtls/)
42+
43+
---
44+
45+
## Further resources
46+
47+
<DirectoryListing />

0 commit comments

Comments
 (0)