RAD TLS Client in Python

The Python implementation has the rad.connect.connect_tls(host, port=RAD_PORT_TLS, locale=None, ca_certs=RAD_DEFAULT_CERT_PATHS, client_cert=None, client_key=None) function. The client_cert and client_key arguments can point to /etc/certs/localhost/host.crt and host.key, respectively.