mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #293] 关于证书管理的一点诉求 #5932
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#5932
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 @jearton on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/293
@0xJacky commented on GitHub (Jul 26, 2024):
我在考虑主动吊销证书是证书续期的时候自动吊销(自动),还是做一个按钮来执行吊销(手动)。
自动续期的时候,如果涉及到多台服务器,只要配置好远程部署就可以,
手动吊销的话,如果还没有一个新的密钥对用来替换被吊销的证书,可能访问上会出错。
@jearton commented on GitHub (Jul 29, 2024):
自动续期的时候,可以加上自动吊销。然后证书不是有一个删除按钮嘛,删除的时候,在二次确认弹框里,是不是可以加上是否吊销的选项。如果证书正在被运行中的站点引用,那么在删除时,可以提示用户这个操作的风险性,让用户再手动输入一串文字之类的。