v2
xiaojunnuo 2025-01-20 00:34:33 +08:00
parent 235f9cf854
commit e764eabd97
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export class CertReader {
}
}
buildCertFileName(suffix: string, applyTime: number, prefix = "cert") {
buildCertFileName(suffix: string, applyTime: any, prefix = "cert") {
const detail = this.getCrtDetail();
let domain = detail.detail.domains.commonName;
domain = domain.replace(".", "_").replace("*", "_");