mirror of https://github.com/certd/certd
chore: 1
parent
c4630aaf7b
commit
5a4a7814e1
|
@ -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 });
|
||||||
|
|
Loading…
Reference in New Issue