zero-trust-gateway_certificate-settings

Certificate settings for Gateway TLS interception. If not specified, the Cloudflare Root CA will be used.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id string UUID of certificate to be used for interception. Certificate must be active on the edge. A nil UUID will indicate the Cloudflare Root CA should be used.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-certificate-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_certificate-settings",
  "title": "zero-trust-gateway_certificate-settings",
  "description": "Certificate settings for Gateway TLS interception. If not specified, the Cloudflare Root CA will be used.",
  "properties": {
    "id": {
      "description": "UUID of certificate to be used for interception. Certificate must be active on the edge. A nil UUID will indicate the Cloudflare Root CA should be used.",
      "example": "d1b364c5-1311-466e-a194-f0e943e0799f",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}