-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature Request] Add support for setting the prefered Challenge #56
Comments
ThaDaVos
added a commit
to ThaDaVos/docker-easy-haproxy
that referenced
this issue
Nov 9, 2024
Created a PR: #57 |
ThaDaVos
added a commit
to ThaDaVos/docker-easy-haproxy
that referenced
this issue
Nov 9, 2024
ThaDaVos
added a commit
to ThaDaVos/docker-easy-haproxy
that referenced
this issue
Nov 9, 2024
ThaDaVos
added a commit
to ThaDaVos/docker-easy-haproxy
that referenced
this issue
Nov 9, 2024
ThaDaVos
added a commit
to ThaDaVos/docker-easy-haproxy
that referenced
this issue
Nov 9, 2024
byjg
added a commit
that referenced
this issue
Nov 15, 2024
#56 prototyped manual-auth-hook and different `preferred-challenges` support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it seems the call to Certbot is hardcoded:
docker-easy-haproxy/src/functions/__init__.py
Lines 339 to 354 in 1a68534
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
toDNS
and useacme-dns
to resolve it:https://github.com/joohoi/acme-dns
With hook:
https://github.com/koesie10/acme-dns-certbot-hook
The text was updated successfully, but these errors were encountered: