mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #386] [Feature Request] Optionally allow subdomain in Register Body #218
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#218
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 @michvllni on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/386
It would be great if it was optionally possible to pass the subdomain in the body when registering via the register API.
This would help immensely when it is not possible to automatically set the CNAME records in the DNS server.
If it was possible to pass the subdomain, we could create the CNAME before creating the registration, so the flow would be much smoother.
I'd also be willing to contribute to this.