perf: 更新certd本身的证书文档说明

This commit is contained in:
xiaojunnuo
2024-10-26 17:14:55 +08:00
parent d5a17f9e6a
commit 0c50ede129
13 changed files with 44 additions and 12 deletions
@@ -30,7 +30,7 @@ export class RestartCertdPlugin extends AbstractTaskPlugin {
}
this.logger.info(`Certd 将在 ${this.delay} 秒后关闭`);
setTimeout(() => {
this.logger.info('重启 Certd');
this.logger.info('关闭 Certd');
process.exit(1);
}, this.delay * 1000);
}