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:
objectThe SSL/TLS configuration used by users when communicating with external clusters.
Attributes
Server name, defaults is
None.Path to the root certificate file.
Path to the module certificate file.
Path to the module key file.
Methods