You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SSL, CF4SaaS] Clarify CA cert is validated and CNAME config with mTLS (#25667)
* Explicitly call out that uploaded CA certs are validated
* Add note about where to enforce mTLS when CNAME is in place
* Improve excessive passive voice
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/enforce-mtls.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Once you have [added a custom hostname](/cloudflare-for-platforms/cloudflare-for
28
28
29
29
:::note
30
30
Currently, you cannot add mTLS policies for custom hostnames using [API Shield](/api-shield/security/mtls/).
31
+
32
+
Also make sure to enforce mTLS on the specific custom hostname where it should be checked. It is not enough to have it set on the CNAME target.
Copy file name to clipboardExpand all lines: src/content/docs/learning-paths/mtls/mtls-app-security/index.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ Example WAF Custom Rule with action block:
69
69
70
70

71
71
72
+
:::note
73
+
When using CNAME, enforce mTLS on the specific hostname where it should be checked. It is not enough to have it set on the CNAME target.
@@ -71,6 +73,10 @@ Uploading the CA private key is only required if you wish to use [Zero Trust's b
71
73
"action": "block"
72
74
```
73
75
76
+
:::note
77
+
When using CNAME, enforce mTLS on the specific hostname where it should be checked. It is not enough to have it set on the CNAME target.
78
+
:::
79
+
74
80
### Multiple CAs for one hostname
75
81
76
82
There can be multiple CAs (Cloudflare-managed or BYOCA) associated with the same hostname. For BYOCA certificates, the most recently deployed certificate will be prioritized.
0 commit comments