add short notice about install procedure
This commit is contained in:
parent
f6dd57f51c
commit
9c78be4acb
|
@ -33,6 +33,13 @@ and [OpenSSL](https://www.openssl.org/support/faq.html#USER16)\*:
|
||||||
* https://github.com/coolaj86/nodejs-self-signed-certificate-example
|
* https://github.com/coolaj86/nodejs-self-signed-certificate-example
|
||||||
* https://github.com/coolaj86/nodejs-ssl-trusted-peer-example
|
* https://github.com/coolaj86/nodejs-ssl-trusted-peer-example
|
||||||
|
|
||||||
|
Install
|
||||||
|
=====
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
npm i ssl-root-cas --save
|
||||||
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue