Skip to content

Connectum API Reference / @connectum/core / readTLSCertificates

Function: readTLSCertificates()

readTLSCertificates(options?): object

Defined in: packages/core/src/TLSConfig.ts:36

Read TLS certificates from configuration

Parameters

options?

TLSOptions = {}

TLS options

Returns

object

TLS key and cert buffers

cert

cert: Buffer

key

key: Buffer