Let's Encrypt ? #2
-
|
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @pc86 — built-in ACME / Let's Encrypt support landed in What landedThe agent now speaks ACME directly — no
In v1.5.0 (Issue #13) the ACME Diagnostic Panel was added so you can run a full preflight before issuing — DNS / port 80 / agent reachability / ACL preview / account binding — and root-cause failures with a single correlation ID instead of digging through logs. Install (recommended — latest stable)docker pull taylanbakircioglu/haproxy-openmanager-backend:1.5.2
docker pull taylanbakircioglu/haproxy-openmanager-frontend:1.5.2Full installation guide and K8s manifest bundle: https://github.com/taylanbakircioglu/haproxy-openmanager/releases/tag/v1.5.2 Release timeline
Marking this as answered — happy to follow up if you hit any edge case migrating off of |
Beta Was this translation helpful? Give feedback.
Hi @pc86 — built-in ACME / Let's Encrypt support landed in
v1.4.0(commit 07942a8) — you no longer have to shell out toacme.shfrom the agent. Latest stable isv1.5.2with the Diagnostic Panel and Site Wizard built on top. Thank you for the kind words and the precise use-case description!What landed
The agent now speaks ACME directly — no
acme.shwrapping needed:/.well-known/acme-challenge/ACL into the affected HAProxy fronte…