Merge pull request #498 from GeorgianaElena/tls_version

Set tls 1.2 to be the min version
This commit is contained in:
Yuvi Panda
2020-01-31 12:41:00 -08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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']}}"