mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #16] Can't renew certs #8
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 @Serpher1 on GitHub (Apr 27, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/16
I've set it up 2 months ago and I got certs no problem (acme-dns and acme-dns-client). I haven't touched it since and now I get a timeout. The only thing that could change are some security updates to Debian 10 and maybe Certbot (I started with 1.23 and now it's 1.26).
Acme-dns creates records on demand but somehow LE can't get to them.
Ports 80/53 are open to the acme-dns server.
letsencrypt log
@Serpher1 commented on GitHub (Apr 28, 2022):
Ok I may have solved the DNS issue but the acme-dns server is not working as intended.
Wasn't the acme-dns-client's job to return the TXT value ? Acme-dns service generates proper values.
@Serpher1 commented on GitHub (Apr 28, 2022):
Solved it. Firewall blocked UDP ports.