mirror of https://github.com/allinssl/allinssl
修改ca判断
parent
0724ad79a2
commit
628699dfee
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue