-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Description
Do you want to request a feature or report a bug?
Feature
What did you expect to see?
Right now I use a Docker Compose file and configure everything as static configuration on the Traefik service command line, or dynamic configuration as labels on my various services.
I have a requirement to use a specific custom wildcard TLS certificate for all services.
This setup is possible today in Traefik v2.0, but I must provide a file to the Traefik service with the tls.certificates and tls.options parameters. Currently the TLS parameters cannot be set using labels.
To eliminate the additional configuration file, the TLS parameters should be possible to set from container labels, and to designate a default path for default certificates that is automatically picked up by Traefik.
The current documentation does not mention if a default path already exists, all examples use dummy /path/to paths.