Composert
Split and concat pem-encoded certs to be supplied as a CA list to an HTTPS agent.
API
undefined
| Promise
⏏
(require("@gasbuddy/composert"))(...path, [callback]) ⇒ Split pem-encoded crts into individual certs in an array
Kind: Exported function
Returns: undefined
| Promise
- returns a Promise
if callback not provided
Param | Type | Description |
---|---|---|
...path | string |
fs path to a .pem.crt |
[callback] | function |
an optional callback |