Traefik plus Mutiple Domain Wildcard Certifcate

Is it possible to use Traefik with self-signed Multiple domain Wildcard certificate? I couldn't really find anything on this in my research. Wanted to ask before I go through the trouble. If not what's an alternative?

My ultimate goal is to reach to reach services with mulitple sub-domains.

example.com
|
|_ *.example.com
|
|_ *.*.example.com

I think you can only have one wildcard level:

*.example.com
*.sub.example.com
*.sub2.example.com

Thanks! I'll make sure to consider this when I make certs.

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