summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-04-03 14:01:58 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-04-03 14:01:58 +0200
commite73f466afc648e350205d22556665f03019de6fb (patch)
tree17946680d63ef784fa71ac4386a288a5498fe68a
parente1ea0c5b94edd563d30bd196a52f771c0532df94 (diff)
downloadgarm-e73f466afc648e350205d22556665f03019de6fb.tar.gz
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
-rw-r--r--jobs/traefik.nomad.hcl2
1 files changed, 1 insertions, 1 deletions
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]