mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Set tls min version
This commit is contained in:
@@ -34,6 +34,7 @@ idleTimeout = "10m0s"
|
|||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
address = ":{{https['port']}}"
|
address = ":{{https['port']}}"
|
||||||
[entryPoints.https.tls]
|
[entryPoints.https.tls]
|
||||||
|
minVersion = "VersionTLS12"
|
||||||
{% if https['tls']['cert'] %}
|
{% if https['tls']['cert'] %}
|
||||||
[[entryPoints.https.tls.certificates]]
|
[[entryPoints.https.tls.certificates]]
|
||||||
certFile = "{{https['tls']['cert']}}"
|
certFile = "{{https['tls']['cert']}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user