UNPKG

pfx-load

Version:

Validate your pfx certificate in the easier way possible

4 lines (3 loc) 168 B
import { PfxLoad, PfxOptions } from './types'; declare const pfxLoad: (certPath: string, passphrase: string, _options?: PfxOptions) => PfxLoad; export default pfxLoad;