perf: ucloud支持部署到alb

This commit is contained in:
xiaojunnuo
2026-01-27 19:25:50 +08:00
parent 640950d4c8
commit 78004bdfb5
6 changed files with 434 additions and 73 deletions

View File

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