From 6c3f56516fd405201aa1bb49367bf737fae3ca4e Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:20:08 +0800 Subject: [PATCH] feat: Remove test code (#11883) --- 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 fcb63c841..856558bae 100644 --- a/agent/utils/ssl/acme.go +++ b/agent/utils/ssl/acme.go @@ -183,7 +183,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":