mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #35] letsencrypt HTTP-01 challenge possible? #10
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leonkyneur on GitHub (Feb 1, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/35
Just noticed my certificate cannot renew, I think it's only since LetsEncrypt dropped support for TLS-SNI.
01/02/2018 12:14:43 pmINFO[0029] http: TLS handshake error from 10.42.176.26:51538: acme/autocert: unable to authorize "xxxxxxx.net"; tried ["tls-sni-02" "tls-sni-01"]is there any way I can continue to use autocert for the API but with HTTP-01 challenge?
@joohoi commented on GitHub (Feb 1, 2018):
There is! I'm going to write a quick PR to address that. We need to make the autocert use HTTP-01 challenge instead. Sorry I didn't get around this earlier.
However, please note that this means that ACME-DNS needs to be able to bind to port 80 as well.
@joohoi commented on GitHub (Feb 1, 2018):
Thanks for opening the issue!
This is now fixed in
masterbranch, tagv0.3. Please note that you will need to add the new variable to yourconfig.cfgas shown here.I changed the Docker image builds to an automated process in Docker hub, so it will take a while for the images to get updated.
Sorry for the inconvenience this has caused, and about not getting around it earlier!
@leonkyneur commented on GitHub (Feb 1, 2018):
Thanks for fixing that and also thanks for for acme-dns 😀