Hi all,
I am trying to point hundreds of domains to a single service where pages are getting served using the HTTP host value. I am trying to get SSL certificates for these hundreds of domains. I have tried adding routes to Dynamic.toml for few domains and its working as well. Here are my questions:
-
Is there any limit in traefik to handle a large number of Lets Encrypt certificates, apart from Lets Encrypt rate limits.
-
Is there a better way to automatically generate SSL certificates for hundreds of domains instead of keep adding routes to Dynamic.toml and save them in acme.json.
Edit: I am using Traefik v2.0
Thanks