UNPKG

@denis-kalinin/dev-certs

Version:

Managing certificates on nodejs http server

4 lines (3 loc) 290 B
import * as defaults from "./defaults"; export declare function ensureCertificatesAreInstalled(machine: boolean | undefined, pkiConfig: Required<defaults.PKIConfig>): Promise<void>; export declare function installCaCertificate(caCertificatePath?: string, machine?: boolean): Promise<void>;