v2-dev
xiaojunnuo 2025-01-20 11:55:13 +08:00
parent e95d29f446
commit c30adb2671
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,6 @@ export class DeployCertToTencentCLB extends AbstractTaskPlugin {
await this.updateByDomainAttr(client, domain);
this.logger.info(`设置腾讯云CLB证书(sni)成功:loadBalancerId:${this.loadBalancerId},listenerId:${this.listenerId},domain:${domain}`);
// 不要做检查相同的证书不会生成新的证书id
// const checkDeployed = async (wait = 5) => {
// await this.ctx.utils.sleep(wait * 1000);