feat: Remove test code (#11883)

This commit is contained in:
CityFun
2026-02-12 10:20:08 +08:00
committed by GitHub
parent 4833cf2d3c
commit 6c3f56516f
-1
View File
@@ -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":