mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #264] 可否新增选择自动申请ecc证书或rsa证书的选项 #3244
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#3244
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 @avsba001 on GitHub (Jan 23, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/264
如上所述,因项目集成度非常高(二进制执行文件和DB数据库),我貌似没有找到能修改类似acme.sh命令的地方。
而ecc证书在兼容性上看貌似还不错(除了WINXP)
@0xJacky commented on GitHub (Jan 23, 2024):
项目没有用到 acme.sh,用的是 lego。我看好像支持 EC256 和 EC384
github.com/go-acme/lego@7fd1704282/certcrypto/crypto.go (L26)目前是强制 RSA2048 了
github.com/0xJacky/nginx-ui@f20d97a9fd/internal/cert/cert.go (L96)@avsba001 commented on GitHub (Jan 27, 2024):
换句话说,除了自己编译,或者是看项目组有没有计划了对吧?
@0xJacky commented on GitHub (Jan 27, 2024):
精力有限,下个测试版主要修复 bug,如果等不及可以尝试自己编译
@avsba001 commented on GitHub (Jan 28, 2024):
感谢解惑
@0xJacky commented on GitHub (Feb 13, 2024):
已在 v2.0.0-beta.15 中添加这个功能。