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
Copy file name to clipboardExpand all lines: src/content/docs/ssl/client-certificates/byo-ca.mdx
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,7 @@ This is especially useful if you already have mTLS implemented and client certif
68
68
If no `mtls_certificate_id` is provided, the action will be performed against a Cloudflare Managed CA.
69
69
:::
70
70
71
-
72
-
73
-
4. (Optional) Since this process is API-only, and hostnames that use your uploaded CA certificate **are not** listed on the dashboard, you can make a [GET request](/api/operations/client-certificate-for-a-zone-list-hostname-associations) with the `mtls_certificate_id` as a query parameter to confirm the hostname association.
4. (Optional) Since this process is API-only, and hostnames that use your uploaded CA certificate **are not** listed on the dashboard, you can make a [GET request](#list-ca-hostname-associations) to confirm the CA hostname associations.
80
72
81
73
5. Create a custom rule to enforce client certificate validation.
82
74
You can do this [via the dashboard](/api-shield/security/mtls/configure/) or [via API](/waf/custom-rules/create-api/).
@@ -99,7 +91,14 @@ If you want to remove a CA that you have previously uploaded, you must first rem
99
91
100
92
2. Use the [Delete mTLS certificate endpoint](/api/operations/m-tls-certificate-management-delete-m-tls-certificate) to delete the certificate.
101
93
102
-
## List the CA hostname associations
94
+
## List CA hostname associations
95
+
96
+
You can also use the [API](/api/operations/client-certificate-for-a-zone-list-hostname-associations) to list the hostname associations. Make sure you include the query parameter `mtls_certificate_id`, where `mtls_certificate_id` is the certificate ID of the uploaded CA (step 2 above).
You can use the [List Hostname Associations endpoint](/api/operations/client-certificate-for-a-zone-list-hostname-associations) to list the hostname association.
105
-
You'll need to include the query parameter `mtls_certificate_id` where `mtls_certificate_id` is the certificate ID of the uploaded CA.
0 commit comments