pull/229/head
xiaojunnuo 2024-10-30 11:11:16 +08:00
parent c4630aaf7b
commit 5a4a7814e1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class CertConverter {
// 转der // 转der
derPath = await this.convertDer(ctx); 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 }); await certReader.readCertFile({ logger: this.logger, handle });