|
|
|
@@ -175,7 +175,8 @@ export default class extends Base { |
|
|
|
console.log('开始时间:', dayjs().format('YYYY-MM-DD HH:mm:ss')); |
|
|
|
for (let domain of updateList) { |
|
|
|
try { |
|
|
|
const results = await CreateSSL(domain); |
|
|
|
let email = "waitshan@163.com" |
|
|
|
const results = await CreateSSL(domain,email); |
|
|
|
console.log(`证书${domain},生成成功`); |
|
|
|
} catch (e) { |
|
|
|
console.log("==".repeat(20), "证书生成失败", "==".repeat(20)); |
|
|
|
|