mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
修改ca判断
This commit is contained in:
@@ -188,7 +188,7 @@ func GetAcmeClient(db *public.Sqlite, email, algorithm, eabId, ca string, httpCl
|
||||
)
|
||||
switch eabId {
|
||||
case "":
|
||||
if ca == "" {
|
||||
if ca == "" || ca == "letsencrypt" {
|
||||
ca = "Let's Encrypt"
|
||||
}
|
||||
case "let":
|
||||
|
||||
Reference in New Issue
Block a user