mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #989] [Feature] EdgeOne跳过已部署的站点 #678
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#678
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 @Marukon on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/989
功能描述 / Description
在向腾讯云edgeone部署证书的时候,希望可以跳过之前已部署的站点。
例如,之前已经向a.example.com和b.examble.com部署过甲证书。后面我又新增了c.example.com站点,当我点击重新运行的时候,仍然会向a.example.com和b.examble.com重新部署证书,导致多了漫长的部署过程。
建议:新增站点时,对于已经部署过该证书的站点,不再重新部署证书。
请求动机 / Motivation
为了让项目更好用。
其他 / Miscellaneous
No response
贡献 / Contribution
@Netrvin commented on GitHub (Oct 18, 2025):
“导致多了漫长的部署过程”应该一般影响不大?API是即时返回的,只是会导致EO上的站点在这几分钟内不能修改源站配置
改的话就需要先前置拉取已部署站点判断证书ID了,为避免兼容性问题(如API权限)最好新增一个可选项