From 8ddb0b7a4c3d3f73a5a3d293e375e07ab642eef1 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:16:46 +0100 Subject: [PATCH] Update traefik.yml add optional http challenge --- examples/traefik/traefik.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/traefik/traefik.yml b/examples/traefik/traefik.yml index 9258ec877..4123bc574 100644 --- a/examples/traefik/traefik.yml +++ b/examples/traefik/traefik.yml @@ -111,7 +111,9 @@ certificatesResolvers: acme: email: example@example.com # the email address used for ssl certificate registration storage: /etc/traefik/acme.json - dnsChallenge: + #httpChallenge: # acme http challenge; requires port 80 and proper dns entries + # entryPoint: http # specify the entry point for the HTTP challenge (adjust if needed) + dnsChallenge: # acme dns challenge; requires api token of dns provider provider: cloudflare # Used to make sure the dns challenge is propagated to the right dns servers resolvers: