mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1139] 希望dns01时可多选dns服务商 #768
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#768
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 @qian9008 on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1139
Description / 功能描述
域名开启多dns服务商,需要同步添加一致性txt记录。
Motivation / 请求动机
更加完善
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Jan 4, 2026):
由于上游的限制,这个特性暂时无法实现。相关讨论见 https://github.com/go-acme/lego/issues/1342
多个域在不同服务商下的,目前可以通过将
_acme-challenge记录 CNAME 托管到其中一个域下,选择该域作为 DNS 提供商即可签发多域名证书。待日后 lego 提供相关能力时 Certimate 会跟进。但你这种同一个域在多处 DNS 解析的,无法实现,日后也没有计划去实现。