We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fdf05 commit b4a149dCopy full SHA for b4a149d
agent/utils/ssl/acme.go
@@ -182,7 +182,6 @@ func getCaDirURL(accountType, customCaURL string) string {
182
switch accountType {
183
case "letsencrypt":
184
caDirURL = "https://acme-v02.api.letsencrypt.org/directory"
185
- caDirURL = "https://acme-staging-v02.api.letsencrypt.org/directory"
186
case "zerossl":
187
caDirURL = "https://acme.zerossl.com/v2/DV90"
188
case "buypass":
0 commit comments