修改ca判断

This commit is contained in:
zhangchenhao
2025-06-06 18:57:15 +08:00
parent 0724ad79a2
commit 628699dfee

View File

@@ -188,7 +188,7 @@ func GetAcmeClient(db *public.Sqlite, email, algorithm, eabId, ca string, httpCl
) )
switch eabId { switch eabId {
case "": case "":
if ca == "" { if ca == "" || ca == "letsencrypt" {
ca = "Let's Encrypt" ca = "Let's Encrypt"
} }
case "let": case "let":