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!