Skip to content

Commit 6c3f565

Browse files
feat: Remove test code (#11883)
1 parent 4833cf2 commit 6c3f565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/utils/ssl/acme.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func getCaDirURL(accountType, customCaURL string) string {
183183
switch accountType {
184184
case "letsencrypt":
185185
caDirURL = "https://acme-v02.api.letsencrypt.org/directory"
186-
caDirURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
187186
case "zerossl":
188187
caDirURL = "https://acme.zerossl.com/v2/DV90"
189188
case "buypass":

0 commit comments

Comments
 (0)