Skip to content

TLS parameters from more dynamic providers and a default path for a no-config setup #5507

@stellirin

Description

@stellirin

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions