From 27882c1ad4d6e5f71f673b3a84798ed1b8a2336b Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <1paneldev@sina.com> Date: Thu, 12 Feb 2026 10:17:21 +0800 Subject: [PATCH] feat: Remove test code --- 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 fcb63c841221..856558baed94 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":