1
0
Toby Chui 1 сар өмнө
parent
commit
112c0d16d7
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      acme.go

+ 1 - 2
acme.go

@@ -38,8 +38,7 @@ func initACME() *acme.ACMEHandler {
 		port = getRandomPort(30000)
 	}
 
-	return acme.NewACME("https://acme-staging-v02.api.letsencrypt.org/directory", strconv.Itoa(port), sysdb, SystemWideLogger)
-	//return acme.NewACME("https://acme-v02.api.letsencrypt.org/directory", strconv.Itoa(port), sysdb, SystemWideLogger)
+	return acme.NewACME("https://acme-v02.api.letsencrypt.org/directory", strconv.Itoa(port), sysdb, SystemWideLogger)
 }
 
 // Restart ACME handler and auto renewer