PATCH /zones/{zone_id}/keyless_certificates/{keyless_certificate_id}
This will update attributes of a Keyless SSL. Consists of one or more of the following: host,name,port.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zone_id |
String | Yes | |
keyless_certificate_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 |
---|---|---|---|
port |
Number | No |
The keyless SSL port used to communicate between Cloudflare and the client's Keyless SSL server. Default value: 24008 |
name |
String | No |
The keyless SSL name. |
enabled |
Boolean | No |
Whether or not the Keyless SSL is on or off. |
tunnel |
Object | No |
Configuration for using Keyless SSL through a Cloudflare Tunnel |
tunnel.vnet_id |
String | Yes |
Cloudflare Tunnel Virtual Network ID |
tunnel.private_ip |
String | Yes |
Private IP of the Key Server Host |
host |
String | No |
The keyless SSL name. |
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.