mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-03 05:24:43 +08:00
feat: update Let's Encrypt to official endpoint
This commit is contained in:
parent
36fdf05d2b
commit
b4a149d945
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ func getCaDirURL(accountType, customCaURL string) string {
|
|||
switch accountType {
|
||||
case "letsencrypt":
|
||||
caDirURL = "https://acme-v02.api.letsencrypt.org/directory"
|
||||
caDirURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
case "zerossl":
|
||||
caDirURL = "https://acme.zerossl.com/v2/DV90"
|
||||
case "buypass":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue