This repository was archived by the owner on Feb 20, 2022. It is now read-only.
tls-utils 0.2.1
Install from the command line:
Learn more about npm packages
$ npm install @DAB-Co/tls-utils@0.2.1
Install via package.json:
"@DAB-Co/tls-utils": "0.2.1"
About this version
This module generates tls keys and certificates for a given certificate authority.
Works only for linux since there is no openssl command in windows
.csr is the signing request
ca is the certificate authority that signs the certificate which is .crt.
.key is the private key.
see create openssl_tls.sh for example.