Kong · JSON Structure

Kong Gateway Admin Certificate Input Structure

Type: object Properties: 6
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

CertificateInput is a JSON Structure definition published by Kong, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cert key cert_alt key_alt snis tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CertificateInput",
  "type": "object",
  "properties": {
    "cert": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "cert_alt": {
      "type": "string"
    },
    "key_alt": {
      "type": "string"
    },
    "snis": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    }
  }
}