mirror of
https://github.com/certd/certd.git
synced 2026-04-15 13:32:37 +08:00
perf: ucloud支持部署到alb
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user