Keyless Certificates
keyless_certificates
Methods
post/zones/{zone_id}/keyless_certificates
Create Keyless SSL Configuration
Security
API Email + API Key
The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
Example: X-Auth-Email: user@example.com
The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
Example: X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194
Parameters
zone_id: string
Identifier
Response fields
success: true
Whether the API call was successful
Request example
200Example
Delete Keyless SSL Configuration -> Envelope<{ id }>
delete/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}
Delete Keyless SSL Configuration
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.
get/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}
Get details for one Keyless SSL configuration.
get/zones/{zone_id}/keyless_certificates
List all Keyless SSL configurations for a given zone.
Domain types
KeylessCertificate = { id, created_on, enabled, 7 more... }
Tunnel = { private_ip, vnet_id }