Apache APISIX · Schema

Apache APISIX SSL

An SSL resource stores SSL certificates and keys for HTTPS traffic.

ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

Properties

Name Type Description
cert string PEM-encoded SSL certificate.
key string PEM-encoded private key.
certs array Additional PEM-encoded certificates for multiple certificates.
keys array Additional PEM-encoded private keys.
snis array Server Name Indication values to match.
client object mTLS client verification configuration.
labels object Key-value pairs for categorization.
status integer SSL status. 1 for enabled, 0 for disabled.
type string Identifies the type of certificate.
View JSON Schema on GitHub