Traefik toml ssl subdomain

Could someone give me a configuration for the Traefik.toml where the ssl, .cert, .pom and .key.pom certificates are added and also that Traefik is configured to accept any subdomain.domain.com (domain.com for example, my domain It has another name. I have been trying to configure Traefik with that but I always get a tls error.

No one really uses TOML anymore, as it’s very repetitive and harder to read. Industry has moved to YAML (Docker, Kubernetes).

For own TLS certs, you need to load them in a dynamic config file (doc), which is loaded via providers.file in static config.

Share your full Traefik static and dynamic config, and docker-compose.yml if used.