From 5295fd08d4934d6177a003a2844997e4c97170d7 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:24:17 +0800 Subject: [PATCH] feat: update Let's Encrypt to official endpoint (#11444) --- agent/utils/ssl/acme.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/utils/ssl/acme.go b/agent/utils/ssl/acme.go index 570b71993..aec5ebc97 100644 --- a/agent/utils/ssl/acme.go +++ b/agent/utils/ssl/acme.go @@ -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":