[PR #158] [CLOSED] Add the possibility to manage multiple domains automatically #331

Closed
opened 2026-03-13 16:17:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/acme-dns/acme-dns/pull/158
Author: @wdoekes
Created: 3/12/2019
Status: Closed

Base: masterHead: ossobv-readable-subdomains


📝 Commits (2)

  • ff92ba0 Add the possiblility to manage multiple domains automatically
  • 3e339b4 (change Dockerfile for local build)

📊 Changes

9 files changed (+84 additions, -6 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 Dockerfile (+2 -1)
📝 README.md (+11 -0)
📝 api.go (+7 -2)
📝 auth.go (+1 -1)
📝 db.go (+41 -1)
📝 dns.go (+13 -1)
📝 types.go (+1 -0)
📝 validation.go (+6 -0)

📄 Description

By setting the records subdomain to * you allow the account to
autoregister new subdomains.

Use _acme-challenge.example.com CNAME example.com.your-challenge.tld
CNAMEs on all domains you wish to manage letsencrypt certificates for.


Hi Joona, I don't expect you to merge this verbatim, but I thought I'd let you know how I changed some stuff around for usability over here.

Thanks for the work!

Feel free to close this PR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/158 **Author:** [@wdoekes](https://github.com/wdoekes) **Created:** 3/12/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ossobv-readable-subdomains` --- ### 📝 Commits (2) - [`ff92ba0`](https://github.com/acme-dns/acme-dns/commit/ff92ba0b1dfd2cee194f10c9733250bea77d432a) Add the possiblility to manage multiple domains automatically - [`3e339b4`](https://github.com/acme-dns/acme-dns/commit/3e339b4bf8bdd2b28d1128cfdf6c703015704cfe) (change Dockerfile for local build) ### 📊 Changes **9 files changed** (+84 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `Dockerfile` (+2 -1) 📝 `README.md` (+11 -0) 📝 `api.go` (+7 -2) 📝 `auth.go` (+1 -1) 📝 `db.go` (+41 -1) 📝 `dns.go` (+13 -1) 📝 `types.go` (+1 -0) 📝 `validation.go` (+6 -0) </details> ### 📄 Description By setting the ``records`` subdomain to ``*`` you allow the account to autoregister new subdomains. Use ``_acme-challenge.example.com CNAME example.com.your-challenge.tld`` CNAMEs on all domains you wish to manage letsencrypt certificates for. ---- Hi Joona, I don't expect you to merge this verbatim, but I thought I'd let you know how I changed some stuff around for usability over here. Thanks for the work! Feel free to close this PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:17:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#331
No description provided.