Skip to content

@salesforce/b2c-tooling-sdk / clients / TlsOptions

Interface: TlsOptions ​

Defined in: packages/b2c-tooling-sdk/src/clients/tls-dispatcher.ts:22

TLS options for creating a dispatcher.

Properties ​

certificate? ​

optional certificate: string

Defined in: packages/b2c-tooling-sdk/src/clients/tls-dispatcher.ts:24

Path to PKCS12 (.p12/.pfx) certificate file


passphrase? ​

optional passphrase: string

Defined in: packages/b2c-tooling-sdk/src/clients/tls-dispatcher.ts:26

Passphrase for the certificate


rejectUnauthorized? ​

optional rejectUnauthorized: boolean

Defined in: packages/b2c-tooling-sdk/src/clients/tls-dispatcher.ts:28

Whether to reject unauthorized (invalid/self-signed) certificates

Released under the Apache-2.0 License.