module documentation

System TLS Certificates search module.

Function get_system_certificates Get the path to the system TLS certificates bundle.
def get_system_certificates() -> str: (source) ΒΆ

Get the path to the system TLS certificates bundle.

This function attempts to locate the system's TLS certificate bundle based on the operating system. It supports common paths for Linux, macOS, and Windows.

Returns
strPath to the system TLS certificates bundle.
Raises
RuntimeErrorIf the system certificate bundle cannot be found.