Kong Ingress Controller equivalent for NGINX default-ssl-cert

Hey everyone,

Does Kong Ingress Controller has an option for setting a default SSL cert to be used on every Ingress that doesn’t provide a tls.secretName, as in NGINX Ingress ?

Thanks!

You can mount the cert and set the KONG_SSL_CERT and KONG_SSL_CERT_KEY directives:

1 Like

Thanks. I was able to mount them with the secretVolumes: entry in the values file of the Helm chart.
Trying to use this now. Any particular config to tell Kong to use its default cert ?

Yes. See the link I posted above.

1 Like