POST /zones/{zone_id}/keyless_certificates
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 |
---|---|---|---|
port |
Number | Yes |
The keyless SSL port used to communicate between Cloudflare and the client's Keyless SSL server. Default value: 24008 |
certificate |
String | Yes |
The zone's SSL certificate or SSL certificate and intermediate(s). |
name |
String | No |
The keyless SSL name. |
bundle_method |
String | No |
A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Possible values:
Default value: "ubiquitous" |
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 | Yes |
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.