I am currently managing about a 100 servers, each having multiple websites hosted as containers behind Traefik.
I noticed that when we add a second domain to a website for which Traefik already has a certificate, Traefik will keep the certificate that it already had and generate a new one for the newly added domain, resulting in two certificates for that website.
I would however like for these domains to always be combined in a single certificate, and I would like for Traefik in this situation to generate a single new certificate containing both domain names, and to discard the old certificate which does not contain the new domain name.