feat: update Let's Encrypt to official endpoint (#11444)

This commit is contained in:
CityFun 2025-12-24 11:24:17 +08:00 committed by GitHub
parent 36fdf05d2b
commit 5295fd08d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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":