Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISecureClientOptions

Hierarchy

Index

Properties

Optional ca

ca: string | string[] | Buffer | Buffer[]

Optionally override the trusted CA certificates in PEM format

Optional cert

cert: string | string[] | Buffer | Buffer[]

optional cert chains in PEM format

Optional key

key: string | string[] | Buffer | Buffer[] | Record<string, any>[]

optional private keys in PEM format

Optional rejectUnauthorized

rejectUnauthorized: boolean

Generated using TypeDoc