perf: 百度云支持上传到证书托管,支持部署到负载均衡

This commit is contained in:
xiaojunnuo
2025-08-15 18:19:36 +08:00
parent 462e22a3b0
commit 798a48aa96
3 changed files with 6 additions and 1 deletions

View File

@@ -211,4 +211,8 @@ export class CertReader {
}
return name + "_" + dayjs().format("YYYYMMDDHHmmssSSS");
}
static buildCertName(cert: any) {
return new CertReader(cert).buildCertName();
}
}