mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #787] [Feature] 工作流的部署节点中待部署的证书应该要支持选择证书管理中的证书,没有必要每个工作流都申请或上传一次证书 #535
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#535
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 @370569218 on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/787
功能描述 / Description
工作流的部署节点中待部署的证书应该要支持选择证书管理中的证书,没有必要每个工作流都申请或上传一次证书
请求动机 / Motivation
新功能
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Jun 12, 2025):
没理解,你为什么要在不同的工作流里申请或上传同一张证书?
@370569218 commented on GitHub (Jun 13, 2025):
用工作流做监控和部署任务呀,我可以申请一张通配符的证书到处都可以使用,某些工作流只用来做部署就可以了,没必要每个工作了都去申请同一个通配符的证书
@fudiwei commented on GitHub (Jun 13, 2025):
如果你是想多个工作流共享同一张自有证书,v0.4 Roadmap 有计划支持从本地路径读取或 HTTP 方式获取,取代现在的在 Web 表单上提交。
如果你就是想不通过工作流、直接在“证书管理”页面上传证书,那么没有这方面计划,以后也不会有。
@370569218 commented on GitHub (Jun 13, 2025):
为什么呢 在“证书管理”页面上传证书,是不好维护吗?
@fudiwei commented on GitHub (Jun 13, 2025):
证书是工作流的输出,而不是输入,更遑论互为输入了。
如果你也从事开发工作,你应该能理解:如果两个模块互相耦合的话,那么一定是设计上存在问题。