-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certbot integration? #28
Comments
I'd also like to see letsencrypt support. Maybe this lua plugin for haproxy could be used: https://github.com/janeczku/haproxy-acme-validation-plugin Unfortunately the https://hub.docker.com/_/haproxy images were not compiled with lua. PS: I tried using these instructions to get a prebuilt deb of haproxy 1.7 with lua:
but it fails with:
|
We strive to keep our implementation as close to what upstream officially recommends as possible. At the moment, I don't think upstream has built-in ACME support, and doesn't officially recommend any particular plugin for doing so that I'm aware of. If there's something simple we can do to enable Lua support (assuming it's officially supported) to make using the external plugin easier, I'm all for doing so! (likely just adding a new flag to |
Lua support was added in #38. 👍 |
Hello,
Just wondering if certbot(let's encrypt) support in this image was possible/a good idea for a future release.
For the moment I stop haproxy container, create/update the cert with cerbot mapped on 80/443, then restart haproxy with the new cert.
Cert last only 3 months so need to automate the stop/start of haproxy in script, which makes me worried if something goes wrong during the night.
Any feedback on this?
Thank you!
Greg.
The text was updated successfully, but these errors were encountered: