Skip to content

Commit c75a6b7

Browse files
authored
[LP] Fix link (#18379)
1 parent 6445efa commit c75a6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each Enterprise account can upload up to five CAs, though this can be increased.
4949

5050
There are different ways to safely and securely deploy Client Certificates across devices.
5151

52-
Some of the most used methods are [embedding](/ssl/client-certificates/configure-your-mobile-app-or-iot-device/#step-3--embed-the-client-certificate-in-your-mobile-app) the Client Certificate into an application and allowing user devices to download and install that app, or use mobile device management (MDM) to distribute certificates across devices, or to allow user devices to directly download and install the Client Certificate into a device's Certificate Store.
52+
Some of the most used methods are [embedding](/ssl/client-certificates/configure-your-mobile-app-or-iot-device/#3-embed-the-client-certificate-in-your-mobile-app) the Client Certificate into an application and allowing user devices to download and install that app, or use mobile device management (MDM) to distribute certificates across devices, or to allow user devices to directly download and install the Client Certificate into a device's Certificate Store.
5353

5454
Issuing a certificate is an important step, so if possible, perform thorough client verification.
5555

@@ -158,4 +158,4 @@ Cloudflare Workers can provide details around the Client Certificate, such as re
158158

159159

160160
:::note
161-
Snippets do not support any [Bindings](/workers/runtime-apis/bindings/) and do not work with mTLS. However, you can [validate JSON web tokens (JWT)](/rules/snippets/examples/jwt-validation/).
161+
Snippets do not support any [Bindings](/workers/runtime-apis/bindings/) and do not work with mTLS. However, you can [validate JSON web tokens (JWT)](/rules/snippets/examples/jwt-validation/).

0 commit comments

Comments
 (0)