mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
chore:
This commit is contained in:
@@ -139,8 +139,6 @@ export class DeployCertToTencentCLB extends AbstractTaskPlugin {
|
|||||||
|
|
||||||
await this.updateByDomainAttr(client, domain);
|
await this.updateByDomainAttr(client, domain);
|
||||||
|
|
||||||
this.logger.info(`设置腾讯云CLB证书(sni)成功:loadBalancerId:${this.loadBalancerId},listenerId:${this.listenerId},domain:${domain}`);
|
|
||||||
|
|
||||||
// 不要做检查,相同的证书,不会生成新的证书id
|
// 不要做检查,相同的证书,不会生成新的证书id
|
||||||
// const checkDeployed = async (wait = 5) => {
|
// const checkDeployed = async (wait = 5) => {
|
||||||
// await this.ctx.utils.sleep(wait * 1000);
|
// await this.ctx.utils.sleep(wait * 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user