We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4833cf2 commit 6c3f565Copy full SHA for 6c3f565
agent/utils/ssl/acme.go
@@ -183,7 +183,6 @@ func getCaDirURL(accountType, customCaURL string) string {
183
switch accountType {
184
case "letsencrypt":
185
caDirURL = "https://acme-v02.api.letsencrypt.org/directory"
186
- caDirURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
187
case "zerossl":
188
caDirURL = "https://acme.zerossl.com/v2/DV90"
189
case "buypass":
0 commit comments