qlmaas.utils.save_ssl_dn
- qlmaas.utils.save_ssl_dn(dn: str, certificate: str)
Uploads a SSL DN (useful if you want to log in using a trusted SSL certificate). This function points to
save_ssl_dn()
of the underlyingQLMaaSConnection
- Parameters
dn (str, optional) – distinguished name, default to None
certificate (str, optional) – path to the SSL certificate, from which the DN will be extracted