mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #412] [Feature request] Event (socket, queue webhook, something else?) that triggers on new registrations #230
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#230
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 @TRPB on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/412
Thanks for this great tool!
The one part that annoys me is for each registration I have to manually add the DNS record (or set something up on the client to handle it)
Essentially I am trying to automate these steps from the manual
I want:
Since:
A. I control all the domains I am allowing to register
B. I manage the DNS for them all in the same place
If I can automate that step it makes like a lot easier than manually adding the DNS record.
This simplifies the flow significantly because currently the cname token is sent to the client requesting the cert, then each client has to be able to update the DNS.
I don't really mind how that event is dispatched but here's a few ideas
I think my preferred approach is if I can just
msg_recieve(queue)and then anyone can listen to messages added to the queue and decide what to do with them. No HTTP infrastructure, no external calls, just a way to listen to registration events