mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #372] Feature Request - accept and record a "note" (max 64 chars) with /register endpoint #209
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#209
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 @jvanasco on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/372
It would be useful if a user could pass a generic message (max 64 ascii chars) to the
/registerendpoint, which is then saved to therecordstable alongside the newly generated account.The use-case: I would like to pass in an identifier (FQDN, application id, test-information, etc) when generating an acme-dns account on
/register, to help identify records solely within the acme-dns database. This would greatly simplify audits of the acme-dns database to identify stale data that can be safely removed (an oldLastUpdatemight be for a domain that is still enrolled in the system, but currently usinghttp-01). This would also make it easier to handle testing against a staging server, and make some local testing easier as well.