generating certificates for dynamically added domains.

Hello, I have a use case and I was wondering if it is possible to complete it using Traefik.

I have a member entity in my database and also a list of domains for each member.

I need to generate a certificate for all these domains whenever there's a new one, to access my service's port (which is also accessed by my main domain).

I would really like to apply this in my project, thanks in advance!

When LetsEncrypt is enabled, Traefik will automatically create new TLS/SSL certificates when it discovers new hosts in routes. So when you use the Docker provider for automatic config discovery, you just need to add a label with the full hostname and the resolver to every service or container.