Multiple cloudflare domains with tls on 1 traefik instance

Hello all,

Is there a way to have multiple tls domains on 1 traefik and be able to request new/updated certificates?

So, I have a Traefik on Kubernetes that will route traffic for 2 domains on Cloudflare and on 2 different account. So I can create 2 certresolvers but how do I connect the 2 secrets CLOUDFLARE_EMAIL CLOUDFLARE_API_KEY to the respective domains/accounts?

Thanks,
Tom Rogie

Great question :smiley:

When looking at the doc, it seems you can only use ENV variables. That of course can only work with a single certResolver of the same type, not with multiple.

You could open a Github issue for this (link).

1 Like