Hi,
We have been running Traefik in production for a while on top of our Hashicorp stack (we are using consul-catalog for discovery). And it worked pretty well.
But now we are trying to implement short-lived TLS certificates generated in Vault as the Hashicorp labs suggest:
My problem appeared when I renewed the TLS certificates generated for Traefik.
Before having this automatic renewal every 24h, we mounted the certificates folder in a volume on the Traefikcontainer. As far as I know, Traefikdoesn't reload the certificates when they change. Is there any way to reload consul certificates instead of restarting the docker?