mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #390] 证书无法获取 #4653
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#4653
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 @ifwwww on GitHub (May 12, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/390
在debian lxc容器下运行的,腾讯云dns验证,验证成功了,获取证书的时候提示no such file or directory
@0xJacky commented on GitHub (May 12, 2024):
可以进入 /etc/nginx/ssl 看看文件夹存在吗
@ifwwww commented on GitHub (May 12, 2024):
大佬,刚刚我看了一下,不存在
@0xJacky commented on GitHub (May 12, 2024):
ssl 文件夹不存在,还是文件夹里没有内容呢
@ifwwww commented on GitHub (May 12, 2024):
是整个nginx目录都不存在



@0xJacky commented on GitHub (May 12, 2024):
嗯?你有安装 nginx 吗
@0xJacky commented on GitHub (May 12, 2024):
如果没安装,先 apt install nginx 一下
如果安装,执行 nginx -V 发一下输出,或者在 app.ini 中手动指定 nginx 的配置目录
@ifwwww commented on GitHub (May 12, 2024):
呃,是直接脚本安装的nginx-ui,我以为直接连nginx一起安装了
@0xJacky commented on GitHub (May 12, 2024):
好吧,没有的
@0xJacky commented on GitHub (May 12, 2024):
你安装完 nginx 之后,重启一下 nginx ui,然后看看能不能用
@ifwwww commented on GitHub (May 12, 2024):
那我就懂了,谢谢大佬,麻烦了
@0xJacky commented on GitHub (May 12, 2024):
可以,你安装完确认一下,如果没有问题就 Close 掉这个 issue 哈
@ifwwww commented on GitHub (May 12, 2024):
已经正常,属于本人操作问题,谢谢大佬