mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1239] 证书过期必须重新配置站点? #2546
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#2546
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 @Alcorio on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1239
您好,由于停电,我的证书之前过期了。今天启动时发现,nginx-ui会一直自动auto-cert没法停下。我通过systemctl restart重启nginx-ui,内部的证书服务StepCA也重启了,CA日志却显示the server could not connect to validation target. 是否因为auto-cert的占用,导致无法代理到acme的文件夹,因此无法续约/申请?
我在站点配置里没有找到重新申请证书的选项,只能选择某个已生成的证书。最后我只能通过删除该站点,重新配置。我的想法是否正确?以及,能不能提供当证书过期时能直接在配置重新申请的功能呢?谢谢。