Path to the PEM-encoded CA certificate bundle used for client certificate verification (mTLS). When set, Agentgateway requests and validates client certificates.
List of acceptable Subject Alternative Names (SANs) in the backend’s certificate. When set, Agentgateway verifies that the backend certificate contains at least one of these SANs.
Setting insecure: true disables all certificate verification. Only use this for local development or in fully trusted private networks. Never use it in production environments.
Listener TLS requires setting the protocol field on the listener to HTTPS. Routes under that listener will receive decrypted traffic.