Hi
I'm reviewing the documentation and I would like to be sure to have grasped this subject correctly.
Let's suppose one has a https entryPoint with a custom TLS (could be Let's Encrypt or a local certificate).
For what I have understood, he must:
- Set the TLS section under the entryPoints (EntryPoints - Traefik)
- Set the TSL section under the routers (Routers - Traefik)
Both of them should be present unless you are using the default TLS, in that case only the TSL under the routers section is requested.