Kong ACME support

Hi Folks,

Does Kong Ingress Controller support ACME protocol?

I had a look at supported annotations on https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/annotations.md and it seems like below annotation is not available:

kubernetes.io/tls-acme: "true"

I’m using:
kong:0.14.1
kong-ingress-controller:0.2.2

Assuming it does, how do I configure it? Just to add tls-acme annotation?

Thanks!
Kamil

Hello,

The tls-acme annotation is not supported (yet).

Did you try out the following certbot agent for Kong?

hello,

I have gone through acme and cert manager docs (https://github.com/jetstack/cert-manager) and it seems like I misunderstood this setup at the first place. There’s actually nothing from kong / ingress controller to do with tls-acme annotation - it’s just used by cert manager to do the job.

Thanks,
Kamil