mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #571] [Feature] 是否可以在申请证书节点自动带出域名列表关联授权? #375
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#375
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 @Tebby0753 on GitHub (Mar 28, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/571
功能描述 / Description
申请证书配置域名时,自动带出所有dns授权过的域名列表,选择域名后自动关联上dns授权,这样就可以确保域名与dns授权对应上,减少人工判断选择,因为大多数时候关心的是域名,而不是哪个授权。
请求动机 / Motivation
减少申请过程的域名与授权错误关系对应
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Mar 29, 2025):
需求我理解了,但没理解这个场景。填入域名,自动填入授权,是这个意思吧?可为啥会有第二次填同一个域名的场景存在呢?你是打算在两个工作流里对同一个域名申请两次证书?
@Tebby0753 commented on GitHub (Mar 31, 2025):
第一个疑问回答:填入域名,自动填入授权,是这个意思;
第二个疑问解释:偶尔会有,比如业务后期,又想增加新的域名证书,可能会不使用之前的工作流了,新开个工作流添加新的证书,新的证书里不包括之前的域名证书;
补充:比如有很多个云账号,需要对一个域名新申请证书,已经不记得是在哪个账号哪个平台下的域名了,这样就要去后台查是哪个云账号的域名,如果可以在申请证书节点,带出来关联密钥那就太好了。