tls-certificates-and-hostnames_certificate_authority

The Certificate Authority that will issue the certificate

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-authority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_authority",
  "title": "tls-certificates-and-hostnames_certificate_authority",
  "description": "The Certificate Authority that will issue the certificate",
  "enum": [
    "digicert",
    "google",
    "lets_encrypt",
    "ssl_com"
  ],
  "example": "google",
  "type": "string"
}