docker-easy-haproxy
docker-easy-haproxy copied to clipboard
[Feature Request] Add support for setting the prefered Challenge
Currently it seems the call to Certbot is hardcoded: https://github.com/byjg/docker-easy-haproxy/blob/1a6853487ec9aabcb241f3c9e263313138378b0c/src/functions/init.py#L339-L354
Could this be opened up so one can configure the parameters on a container basis with labels? In my case, I want to change the preferred challenge from HTTP to DNS and use acme-dns to resolve it:
https://github.com/joohoi/acme-dns
With hook:
https://github.com/koesie10/acme-dns-certbot-hook
Created a PR: https://github.com/byjg/docker-easy-haproxy/pull/57
It is merged already. Closing this.