UNPKG

@knapsack/https

Version:

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

11 lines 495 B
/** * Automatically provisions and installs locally-trusted TLS certificates for Node.js® https servers * (including Express.js, etc.) using mkcert. * * Based originally on @small-tech/auto-encrypt-localhost with major modifications */ export { preInstallMkCert } from './lib/pre-install-mkcert'; export { settingsPath } from './constants'; export { getSSLCert } from './lib/get-ssl-cert'; export { setupAndGetCert } from './lib/auto-encrypt-localhost'; //# sourceMappingURL=index.d.ts.map