UNPKG

@knapsack/https

Version:

Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.

6 lines 246 B
export declare function setupLocalCertAuthority({ mkcertBinary, certFilePath, keyFilePath, }: { mkcertBinary: string; certFilePath: string; keyFilePath: string; }): Promise<boolean>; //# sourceMappingURL=setup-local-cert-auth.d.ts.map