TLS Client Authentication

TLS Client Auth requires Cloudflare to connect to your origin server using a client certificate (Enterprise Only).

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-tls-client-auth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_tls_client_auth",
  "title": "TLS Client Authentication",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "tls_client_auth"
          ],
          "example": "tls_client_auth"
        },
        "value": {
          "$ref": "#/components/schemas/zones_tls_client_auth_value"
        }
      }
    }
  ],
  "description": "TLS Client Auth requires Cloudflare to connect to your origin server using a client certificate (Enterprise Only)."
}