Traefik let’s encrypt DNS Challenge with multiple instances of SAME provider

I am curious if there is a way to support using multiple instances of the same provider. For example, I have 3 different godaddy accounts each with their own API key. Can I set these in the yml/toml file?

No problems

Just have multiple blocks of

[certificatesResolvers.letsencrypt-fee.acme]
[certificatesResolvers.letsencrypt.fie.acme]
[certificatesResolvers.letsencrypt-foo.acme]

and reference the corresponding provider

      - "traefik.http.routers.mysite.tls.certresolver=letsencrypt-fee"

Hello, it's not possible, take a look to:

That what I was afraid of -- this is pretty limiting. Ideally we should be able to pass in different credentials per instance otherwise what is the value of being able to create multiple ones?.

to be able to use several DNS providers (cloudflare, gandi, azure, ...)

:slight_smile: i get that -- shouldn't there be a limitation then to 1 of each type?

That said -- it would be a great enhancement as it would allow traefik to scale. I actually have this issue with more than just godaddy (easydns, namecom, godaddy).

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.