tazjin/kubernetes-letsencrypt

Add support for ingress controller secret format

sharebear opened this issue · 2 comments

It would be nice if the secrets output by this controller were usable by the Ingress controller

From: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls

The TLS secret must contain keys named tls.crt and tls.key that contain the certificate and private key to use for TLS

Hey,

this is supported, you can influence the filenames with environment variables documented here.

Meh, sorry, it seems the formatting was just a little too subtle that I noticed it when skimming the doc.