Updated 2.6.7 init

This commit is contained in:
Toby Chui
2023-09-09 12:28:24 +08:00
parent 83f574e3ab
commit 507c2ab468
7 changed files with 94 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ func initACME() *acme.ACMEHandler {
port = getRandomPort(30000)
}
return acme.NewACME("https://acme-staging-v02.api.letsencrypt.org/directory", strconv.Itoa(port))
return acme.NewACME("https://acme-v02.api.letsencrypt.org/directory", strconv.Itoa(port))
}
// create the special routing rule for ACME