mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #998] [Feature] 支持吊销证书 #686
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#686
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 @pooneyy on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/998
功能描述 / Description
「SSL 证书」中,在单个证书的「…」菜单中,增加「吊销并删除证书」的选项,选项样式与「删除证书」一致。
吊销证书建议使用一个内置的、隐藏的、用户不可编辑工作流实现,吊销的结果将会在「仪表盘」的「最近的工作流运行」中呈现。如果吊销成功,则删除对应的证书,如果吊销失败,则不做其它的动作。
不建议在工作流中增加用户可配置的「申请吊销证书」节点,自动化的流程中加入吊销的动作会有意外发生
请求动机 / Motivation
当密钥泄露、站点下线以及其它证书不再需要的情形下,为了安全我们需要吊销证书。
其他 / Miscellaneous
No response
贡献 / Contribution