UNPKG

ocsp-hashes

Version:

Creates ocsp hashes from pem certificate and pem issuer certificate for ocsp revocation validation

3 lines (2 loc) 204 B
export declare const Name: (name: string) => string; export declare function getOCSPHashes(certPath: string, issuerCertPath: string, algo?: string, disableFilePathValidation?: boolean): Promise<unknown>;