From a6dd947581e2550c32c35036301944a199be7930 Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 20 Sep 2024 00:46:58 +0200 Subject: [PATCH] =?UTF-8?q?yaml=20einr=C3=BCckung=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/traefik.yml b/config/traefik.yml index 991a595..2bfd066 100644 --- a/config/traefik.yml +++ b/config/traefik.yml @@ -179,7 +179,7 @@ certificatesResolvers: # Optional # Default: "https://acme-v02.api.letsencrypt.org/directory" # - caServer: "https://acme-staging-v02.api.letsencrypt.org/directory" + caServer: "https://acme-staging-v02.api.letsencrypt.org/directory" # The certificates' duration in hours. # It defaults to 2160 (90 days) to follow Let's Encrypt certificates' duration. @@ -218,13 +218,13 @@ certificatesResolvers: # # Optional # - httpChallenge: + httpChallenge: # EntryPoint to use for the HTTP-01 challenges. # # Required # - entryPoint: web + entryPoint: web # Use a DNS-01 ACME challenge rather than HTTP-01 challenge. # Note: mandatory for wildcard certificate generation.