yr.config.UserTLSConfig

Contents

yr.config.UserTLSConfig#

class yr.config.UserTLSConfig(root_cert_path: str, module_cert_path: str, module_key_path: str, server_name: str | None = None)[source]#

Bases: object

The SSL/TLS configuration used by users when communicating with external clusters.

Attributes

server_name

Server name, defaults is None.

root_cert_path

Path to the root certificate file.

module_cert_path

Path to the module certificate file.

module_key_path

Path to the module key file.

Methods