UNPKG

trusted-cert

Version:

A simple tool to generate self signed x509 certificate

4 lines (3 loc) 226 B
export declare const addStore: (certificatePath: string) => void; export declare const getKeyChainCertSha1List: (CN: string) => string[]; export declare const removeFromStore: (certificateName: string) => Promise<boolean>;