Is there an easy way to enable HTTPS for all routers?
I'm using Traefik v2 from the command line, using a file configuration provider. We have a bunch of routers defined, and want an easy way to enable and disable HTTPS for all of them. So far, from what I can see, I would have to add an empty "tls:" section to each router.
What I'd really like is to be able to turn TLS on for all routers in one place. So either something in the static configuration, or one file I can create in the dynamic configuration directory that will enable TLS for all routers.
Any pointers?
Thanks.