version:2gateway:tls:keys:-cert:/path/to/certificate.crt# File path to the TLS certificatekey:/path/to/private.key# File path to the private key-cert:LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS...# Base64-encoded certificatekey:LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS...# Base64-encoded private key-cert:|# Raw certificate content (PEM format)-----BEGIN CERTIFICATE-----<certificate content>-----END CERTIFICATE-----key:|# Raw private key content (PEM format)-----BEGIN PRIVATE KEY-----<private-key content>-----END PRIVATE KEY-----
New version
version:2gateway:tls:# Global TLS configuration for the gatewaycertificates:# List of TLS certificates and private keys-cert:/path/to/certificate.crt# File path to the TLS certificatekey:/path/to/private.key# File path to the private key-cert:LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS...# Base64-encoded certificatekey:LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS...# Base64-encoded private key-cert:|# Raw certificate content (PEM format)-----BEGIN CERTIFICATE-----<certificate content>-----END CERTIFICATE-----key:|# Raw private key content (PEM format)-----BEGIN PRIVATE KEY-----<private-key content>-----END PRIVATE KEY-----routes:[]