重构项目
This commit is contained in:
@ -42,7 +42,7 @@ func main() {
|
||||
Certificate, PrivateKey, status := moudle.ApplyCert(cert.Domains, conf.Acme.Email, providers[0])
|
||||
if status {
|
||||
failedApply = append(failedApply, cert.Domains)
|
||||
return
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
success, failed := moudle.UpdateCert(conf, email, Certificate, PrivateKey, cert)
|
||||
|
||||
Reference in New Issue
Block a user