[GH-ISSUE #989] [Feature] EdgeOne跳过已部署的站点 #678

Closed
opened 2026-03-03 01:05:11 +03:00 by kerem · 1 comment
Owner

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

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
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 - [x] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:05:11 +03:00
Author
Owner

@Netrvin commented on GitHub (Oct 18, 2025):

“导致多了漫长的部署过程”应该一般影响不大?API是即时返回的,只是会导致EO上的站点在这几分钟内不能修改源站配置
改的话就需要先前置拉取已部署站点判断证书ID了,为避免兼容性问题(如API权限)最好新增一个可选项

<!-- gh-comment-id:3417735923 --> @Netrvin commented on GitHub (Oct 18, 2025): “导致多了漫长的部署过程”应该一般影响不大?API是即时返回的,只是会导致EO上的站点在这几分钟内不能修改源站配置 改的话就需要先前置拉取已部署站点判断证书ID了,为避免兼容性问题(如API权限)最好新增一个可选项
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#678
No description provided.