tls-certificates-and-hostnames_schemas-certificate_authority

Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions [see this page for more details.](https://developers.cloudflare.com/ssl/reference/certificate-authorities)

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-certificate-authority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-certificate_authority",
  "title": "tls-certificates-and-hostnames_schemas-certificate_authority",
  "description": "Certificate Authority selected for the order.  For information on any certificate authority specific details or restrictions [see this page for more details.](https://developers.cloudflare.com/ssl/reference/certificate-authorities)",
  "enum": [
    "google",
    "lets_encrypt",
    "ssl_com"
  ],
  "example": "lets_encrypt",
  "type": "string"
}