symphony.bdk.core.config.model.bdk_ssl_config.BdkSslConfig#

class symphony.bdk.core.config.model.bdk_ssl_config.BdkSslConfig(config)#

Bases: object

Class containing the SSL configuration. self.trust_store_path should be the path to a file of concatenated CA certificates in PEM format.

__init__(config)#
Parameters

config – the dict containing the SSL specific configuration.

Methods

__init__(config)

param config

the dict containing the SSL specific configuration.