Skip to content

Commit b4a149d

Browse files
feat: update Let's Encrypt to official endpoint
1 parent 36fdf05 commit b4a149d

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
@@ -182,7 +182,6 @@ func getCaDirURL(accountType, customCaURL string) string {
182182
switch accountType {
183183
case "letsencrypt":
184184
caDirURL = "https://acme-v02.api.letsencrypt.org/directory"
185-
caDirURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
186185
case "zerossl":
187186
caDirURL = "https://acme.zerossl.com/v2/DV90"
188187
case "buypass":

0 commit comments

Comments
 (0)