From bfabc68ab3c16270721498e3098d157653368154 Mon Sep 17 00:00:00 2001 From: Czechman Date: Sun, 27 Nov 2022 02:12:03 +0100 Subject: [PATCH] =?UTF-8?q?challenge=20entrypoint=20auf=20websecure=20ge?= =?UTF-8?q?=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 0e256f4..2f60d16 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -228,7 +228,7 @@ # # Required # - entryPoint = "web" + entryPoint = "websecure" # Use a DNS-01 ACME challenge rather than HTTP-01 challenge. # Note: mandatory for wildcard certificate generation.