From e73f466afc648e350205d22556665f03019de6fb Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Thu, 3 Apr 2025 14:01:58 +0200 Subject: fix entrypoint for certificate challenge why did it not complain that the "http" entrypoint didn't exist? now it just failed getting certs because Let's Encrypt got a 404 --- jobs/traefik.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/traefik.nomad.hcl') diff --git a/jobs/traefik.nomad.hcl b/jobs/traefik.nomad.hcl index e399ef2..996287b 100644 --- a/jobs/traefik.nomad.hcl +++ b/jobs/traefik.nomad.hcl @@ -87,7 +87,7 @@ EOF email = "mathias+certs@magnusson.space" storage = "/certificates/acme.json" [certificatesResolvers.default.acme.httpChallenge] - entryPoint = "http" + entryPoint = "httpredirect" # Enable Consul Catalog configuration backend. [providers.nomad] -- cgit v1.2.3