@gasbuddy/composert
v1.0.0
Published
dead simple cert composition for custom http(s) agents
Downloads
2
Readme
Composert
Split and concat pem-encoded certs to be supplied as a CA list to an HTTPS agent.
API
(require("@gasbuddy/composert"))(...path, [callback]) ⇒ undefined | Promise ⏏
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 |