From ccda6f09b994725ea0ac032756b7372e0a230151 Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 20 Oct 2021 04:26:41 +0200 Subject: [PATCH] local auskommentiert --- config/traefik.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index b8357b2..4d4ed60 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -64,9 +64,9 @@ dashboard = true [entryPoints.https] address = ":443" [entryPoints.https.tls] - [entryPoints.https.tls.defaultCertificate] - certFile = "integration/fixtures/https/cert.crt" - keyFile = "integration/fixtures/https/cert.key" +# [entryPoints.https.tls.defaultCertificate] +# certFile = "integration/fixtures/https/cert.crt" +# keyFile = "integration/fixtures/https/cert.key" [acme] email = "ddns@mcseeno.de" @@ -77,8 +77,8 @@ onHostRule = true entryPoint = "https" [[acme.domains]] main = "czechman.dynvpn.de" - [[acme.domains]] - main = "local" +# [[acme.domains]] +# main = "local" #[retry]