mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #158] [CLOSED] Add the possibility to manage multiple domains automatically #331
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#331
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?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/158
Author: @wdoekes
Created: 3/12/2019
Status: ❌ Closed
Base:
master← Head:ossobv-readable-subdomains📝 Commits (2)
ff92ba0Add the possiblility to manage multiple domains automatically3e339b4(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
recordssubdomain to*you allow the account toautoregister new subdomains.
Use
_acme-challenge.example.com CNAME example.com.your-challenge.tldCNAMEs 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.