This commit is contained in:
xiaojunnuo
2025-01-20 00:34:33 +08:00
parent 235f9cf854
commit e764eabd97

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("*", "_");