diff --git a/tljh/traefik.toml.tpl b/tljh/traefik.toml.tpl index 2b88b77..1b6de8f 100644 --- a/tljh/traefik.toml.tpl +++ b/tljh/traefik.toml.tpl @@ -34,6 +34,7 @@ idleTimeout = "10m0s" [entryPoints.https] address = ":{{https['port']}}" [entryPoints.https.tls] + minVersion = "VersionTLS12" {% if https['tls']['cert'] %} [[entryPoints.https.tls.certificates]] certFile = "{{https['tls']['cert']}}"