mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #765] 只作为监控网站ssl有效期,界面不是很直观 #518
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#518
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 @xuegqcto on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/765
软件版本 / Release Version
0.3.16
问题描述 / Description
只作为监控网站ssl有效期,界面不是很直观,目前版本不显示具体过期时间,希望增强
比如,工作流执行成功后,能有ssl证书有效期列更好。
网站监控工作流执行成功,但不知道证书是否过期。
当然,在目前版本中证书管理是必须托管证书才可以显示过期时间。
但对于网站,只是监控ssl 有效期。工作流增加列,或者 可以专门做个域名监控分类,更直观。
非常感谢!
其他 / Miscellaneous
No response
@912988434 commented on GitHub (Jun 5, 2025):
其实感觉证书监控应该单独抽出来做,放到工作流离里用起来太局限了,做成单独一栏,类似证书管理这样加一个证书监控
@fudiwei commented on GitHub (Jun 5, 2025):
你应该配合条件分支来配置后续的操作 —— 无论是发送通知还是重新申请。
这个后续会考虑。