mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 21:05:49 +03:00
[GH-ISSUE #228] Unable to start acme-dns daemon #108
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#108
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 @rtfmoz2 on GitHub (May 24, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/228
ACME keeps returning errors. I cannot see any port 53 UDP traffic coming in. Something is quite wrong.
https://gist.github.com/rtfmoz2/672525b684efe8d4d41db84879e300e1
@rtfmoz2 commented on GitHub (May 24, 2020):
Figured it out, I need tls=none. Otherwise it tries to register for a cert on start and fails if it cannot. This is NOT shown in the documentation anywhere and has stopped progress for half a day while I tried to figure why was my DNS daemon was registering for a domain with letsencrypt!
Please for the love of god, update the documentation.
-cfor config location #297