Interface TlsOptions

TlsOptions that can be specified to a client. Note that the options are typically runtime specific, so some clients won't support them at all. In other cases they will match to the runtime's TLS options.

If no options are specified, but the argument for TlsOptions is an object, the client is requesting to only use connections that are secured by TLS.

Hierarchy

  • TlsOptions

Properties

ca?: string
caFile?: string
cert?: string
certFile?: string
key?: string
keyFile?: string

Generated using TypeDoc