1
0
Fork 0

Allow deleting dynamically all TLS certificates from an entryPoint

This commit is contained in:
NicoMen 2017-12-21 14:16:03 +01:00 committed by Traefiker
parent 89a79d0f1b
commit 1e44e339ad
3 changed files with 101 additions and 6 deletions

View file

@ -6,6 +6,9 @@ defaultEntryPoints = ["https"]
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
[entryPoints.https02]
address = ":8443"
[entryPoints.https02.tls]
[web]
address = ":8080"