PUT /zones/{zone_id}/access/certificates/settings
Updates an mTLS certificate's hostname settings.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zone_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
settings[] |
Array | Yes | |
settings[].client_certificate_forwarding |
Boolean | Yes |
Client Certificate Forwarding is a feature that takes the client cert provided by the eyeball to the edge, and forwards it to the origin as a HTTP header to allow logging on the origin. |
settings[].hostname |
String | Yes |
The hostname that these settings apply to. |
settings[].china_network |
Boolean | Yes |
Request client certificates for this hostname in China. Can only be set to true if this zone is china network enabled. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.