Skip to content

Commit 5ec4b7e

Browse files
committed
Added missing slashes to relative links
1 parent 5cdde5d commit 5ec4b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/learning-paths/mtls/concepts/mtls-cloudflare.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Some common mTLS use cases are:
1111
- Protect and verify legitimate API traffic by verifying Client Certificates they provide during TLS/SSL handshakes.
1212
- Check IoT devices' identity by verifying Client Certificates they provide during TLS/SSL handshakes.
1313

14-
There are two main ways to use mTLS at Cloudflare, either by using the Application Security offering (optionally including [API Shield](api-shield/)) or [Cloudflare Access](/cloudflare-one/policies/access/). Below is a non-exhaustive overview table of their differences:
14+
There are two main ways to use mTLS at Cloudflare, either by using the Application Security offering (optionally including [API Shield](/api-shield/)) or [Cloudflare Access](/cloudflare-one/policies/access/). Below is a non-exhaustive overview table of their differences:
1515

1616
| Feature | Application Security (Client Certificate \+ WAF) | Cloudflare Access (mTLS) |
1717
| :---- | :---- | :---- |

src/content/docs/learning-paths/mtls/mtls-app-security/related-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For modern mTLS implementations, Elliptic Curve Cryptography (EC) and [modern Ci
7171

7272
## TLS Session Resumption
7373

74-
Browsers connecting to a domain with a [wildcard](/dns/manage-dns-records/reference/wildcard-dns-records/) [Edge Certificate](ssl/edge-certificates/) in place, connecting to the same domain's mTLS subdomain could cause a non-authentication event, due to TLS Session Resumption, or also called [Connection Resumption](/speed/optimization/protocol/0-rtt-connection-resumption/).
74+
Browsers connecting to a domain with a [wildcard](/dns/manage-dns-records/reference/wildcard-dns-records/) [Edge Certificate](/ssl/edge-certificates/) in place, connecting to the same domain's mTLS subdomain could cause a non-authentication event, due to TLS Session Resumption, or also called [Connection Resumption](/speed/optimization/protocol/0-rtt-connection-resumption/).
7575

7676
It is generally not recommended to use wildcard certificates.
7777

0 commit comments

Comments
 (0)