Keyless Certificates

keyless_certificates

Methods

Create Keyless SSL Configuration -> Envelope<>
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

Accepted Permissions (at least one required)

SSL and Certificates Write

path Parameters
zone_id: string
(maxLength: 32)

Identifier

Body parameters
certificate: string

The zone's SSL certificate or SSL certificate and intermediate(s).

host: string
(format: hostname, maxLength: 253)

The keyless SSL name.

port: number
(maxLength: 65535, default: 24008)

The keyless SSL port used to communicate between Cloudflare and the client's Keyless SSL server.

bundle_method:
Optional
(default: "ubiquitous")

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.

name: string
Optional
(maxLength: 180)

The keyless SSL name.

tunnel:
Optional

Configuration for using Keyless SSL through a Cloudflare Tunnel

Response fields
errors: Array<>
messages: Array<>
success: true

Whether the API call was successful

result:
Optional
Request example
200Example
Delete Keyless SSL Configuration -> Envelope<{ id }>
delete/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}

Delete Keyless SSL Configuration

Edit Keyless SSL Configuration -> Envelope<>
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 Keyless SSL Configuration -> Envelope<>
get/zones/{zone_id}/keyless_certificates/{keyless_certificate_id}

Get details for one Keyless SSL configuration.

List Keyless SSL Configurations -> SinglePage<>
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 }

Configuration for using Keyless SSL through a Cloudflare Tunnel