|
|
|
@ -2255,6 +2255,9 @@ export PATH |
|
|
|
|
if email.strip() != '': |
|
|
|
|
thisdb.setOption('ssl_email', email) |
|
|
|
|
|
|
|
|
|
if email.strip() == '': |
|
|
|
|
email = mw.getRandomString(10)+"."+mw.getRandomString(3) + '@google.com' |
|
|
|
|
|
|
|
|
|
# 检测acme是否安装 |
|
|
|
|
acme_dir = mw.getAcmeDir() |
|
|
|
|
if not os.path.exists(acme_dir): |
|
|
|
|