mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #24] TXT record not found #15
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 @Iraijus on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/24
Greetings,
Hosting the ACME-DNS server myself is very new to me, so I'm probably just doing something incorrectly. I was able to register with my server, and created CNAME and CAA records, like the client requested me to do.
acme-dns-client checkalso confirms that this was done correctly.The next step, using certbot, fails:
DNS problem: NXDOMAIN looking up TXT for _acme-challenge.my.domain.org - check that a DNS record exists for this domainDid I forget to do something, or is something wrong?
Edit: I forgot to add the command I used.
sudo certbot certonly --manual --preferred-challenges dns --manual-auth-hook '/etc/letsencrypt/acme-dns-client' -d my.domain.org