chore: 暂时移除jks

This commit is contained in:
xiaojunnuo
2024-10-30 10:24:53 +08:00
parent b1cc6f2a9c
commit d35ad50254
5 changed files with 25 additions and 22 deletions
@@ -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 });