mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #846] 证书续签时证书用户email地址与实际填写地址不符合导致acme用户未找到错误 #4876
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#4876
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 @StarDamnSucks on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/846
Describe the bug
使用docker运行nginx-ui,在webui中填写的用户email最后是以.com结尾,但是在docker容器中的日志显示用于证书申请的email地址是以.coom结尾
Screenshots
Info (please complete the following information):
nginx-ui版本为2.0.0-beta.42
@0xJacky commented on GitHub (Feb 4, 2025):
看看 app.ini
@StarDamnSucks commented on GitHub (Feb 4, 2025):
非常感谢你的提醒,我把app.ini中的信息修改后就没问题了,但是我还是比较奇怪为什么会出现这个问题,之前是没有的