tls-certificates-and-hostnames_type

The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_type",
  "title": "tls-certificates-and-hostnames_type",
  "default": "legacy_custom",
  "description": "The type 'legacy_custom' enables support for legacy clients which do not include SNI in the TLS handshake.",
  "enum": [
    "legacy_custom",
    "sni_custom"
  ],
  "example": "sni_custom",
  "type": "string"
}