This commit is contained in:
xiaojunnuo
2024-10-30 11:11:16 +08:00
parent c4630aaf7b
commit 5a4a7814e1

View File

@@ -30,7 +30,7 @@ export class CertConverter {
// 转der
derPath = await this.convertDer(ctx);
// jksPath = await this.convertJks(ctx, pfxPath, opts.pfxPassword);
//jksPath = await this.convertJks(ctx, pfxPath, opts.pfxPassword);
};
await certReader.readCertFile({ logger: this.logger, handle });