[GH-ISSUE #770] 网站证书监控功能能否再优化 #523

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

Originally created by @800118 on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/770

功能描述 / Description

假设要监控一个网站的SSL证书状况,即将过期和已经过期的证书需要设置两种不同的状态,但是这两种情况接下来需要执行的任务都是一样的,就是重新申请证书,能否把这个流程合并一下?或者在监控的时候设置条件可以再精细一点,比如证书有效但快到期和已过期的两种情况可以同时监控到。

请求动机 / Motivation

优化流程

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献代码! / I am interested in contributing to this issue!
Originally created by @800118 on GitHub (Jun 6, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/770 ### 功能描述 / Description 假设要监控一个网站的SSL证书状况,即将过期和已经过期的证书需要设置两种不同的状态,但是这两种情况接下来需要执行的任务都是一样的,就是重新申请证书,能否把这个流程合并一下?或者在监控的时候设置条件可以再精细一点,比如证书有效但快到期和已过期的两种情况可以同时监控到。 ### 请求动机 / Motivation 优化流程 ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献代码! / I am interested in contributing to this issue!
kerem 2026-03-03 01:04:01 +03:00
Author
Owner

@fudiwei commented on GitHub (Jun 6, 2025):

假设要监控一个网站的SSL证书状况,即将过期和已经过期的证书需要设置两种不同的状态,但是这两种情况接下来需要执行的任务都是一样的,就是重新申请证书,能否把这个流程合并一下?或者在监控的时候设置条件可以再精细一点,比如证书有效但快到期和已过期的两种情况可以同时监控到。

现在就能实现啊,分支触发条件你可以选“或”的:

  • 有效性 为 假
  • 剩余天数 小于 30天
<!-- gh-comment-id:2948510893 --> @fudiwei commented on GitHub (Jun 6, 2025): > 假设要监控一个网站的SSL证书状况,即将过期和已经过期的证书需要设置两种不同的状态,但是这两种情况接下来需要执行的任务都是一样的,就是重新申请证书,能否把这个流程合并一下?或者在监控的时候设置条件可以再精细一点,比如证书有效但快到期和已过期的两种情况可以同时监控到。 现在就能实现啊,分支触发条件你可以选“或”的: - 有效性 为 假 - 或 - 剩余天数 小于 30天
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#523
No description provided.