Skip to content

Latest commit

 

History

History

cert

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ut-function.cert

Producing ready to be used object with loaded TLS certificate files from filepaths

Installation

npm i ut-function.cert

Usage examples

const config = {
    tls: {
        cert: './the-cert.crt',
        ca: './the-ca.crt'
    }
};
const result = cert(config);