mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #885] 请问支持单域名证书申请吗?不用 dns 的配置,直接是站点验证那种 #3573
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#3573
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 @easonjim on GitHub (Feb 24, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/885
因为有些情况是域名没有办法提供设置api 密钥,很多时候只有单域名以及服务器的权限,此时就不合适泛域名的申请了,单域名模式的单网站验证就可以了。
@0xJacky commented on GitHub (Feb 24, 2025):
你好,支持的,打开 TLS 支持。在 Server 2 中打开自动续期。
@easonjim commented on GitHub (Feb 24, 2025):
@0xJacky 明白,感谢,那其实能否在证书列表上统一实现了?这样在管理证书的时候一看就知道哪个证书过期了
@0xJacky commented on GitHub (Feb 24, 2025):
申请是要单独进去申请的,因为我们需要修改配置文件来实现 Challenge,签发成功之后,就可以在证书列表上统一管理。
@easonjim commented on GitHub (Feb 26, 2025):
@0xJacky 完美解决,太感谢了