diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-04-03 14:01:58 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-04-03 14:01:58 +0200 |
commit | e73f466afc648e350205d22556665f03019de6fb (patch) | |
tree | 17946680d63ef784fa71ac4386a288a5498fe68a /jobs/traefik.nomad.hcl | |
parent | e1ea0c5b94edd563d30bd196a52f771c0532df94 (diff) | |
download | garm-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
Diffstat (limited to 'jobs/traefik.nomad.hcl')
-rw-r--r-- | jobs/traefik.nomad.hcl | 2 |
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] |