leiyun hace 10 meses
padre
commit
d5d2e19c4f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/home/controller/index.js

+ 2
- 1
src/home/controller/index.js Ver fichero

@@ -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));


Cargando…
Cancelar
Guardar