ut-function.cert
v1.1.0
Published
TLS loading helper
Readme
ut-function.cert
Producing ready to be used object with loaded TLS certificate files from filepaths
Installation
npm i ut-function.certUsage examples
const config = {
tls: {
cert: './the-cert.crt',
ca: './the-ca.crt'
}
};
const result = cert(config);