ApisixTls/v2beta3
See concepts to learn more about how to use the ApisixTls resource.
#
SpecSee the definition on GitHub.
Attribute | Type | Description |
---|---|---|
hosts | array | List of hosts (with matched SNI) that can use the TLS certificate stored in the Secret. |
secret | object | Definition of the Secret related to the current ApisixTls object. |
secret.name | string | Name of the Secret related to the current ApisixTls object. |
secret.namespace | string | Namespace of the Secret related to the current ApisixTls object. |
client | object | Configuration for the certificate provided by the client. |
client.caSecret | object | Definition of the Secret related to the certificate. |
client.caSecret.name | string | Name of the Secret related to the certificate provided by the client. |
client.caSecret.namespace | string | Namespace of the Secret related to the certificate. |
client.depth | int | The maximum length of the certificate chain. |