perf: 支持jks

This commit is contained in:
xiaojunnuo
2024-11-13 11:34:34 +08:00
parent d2ce72e4aa
commit 889eaaea92
2 changed files with 5 additions and 5 deletions
@@ -30,7 +30,7 @@ export class CertConverter {
// 转der
derPath = await this.convertDer(ctx);
//jksPath = await this.convertJks(ctx, opts.pfxPassword);
jksPath = await this.convertJks(ctx, opts.pfxPassword);
};
await certReader.readCertFile({ logger: this.logger, handle });