[][src]Function docker_client_async::opts::with_tls_client_config

pub fn with_tls_client_config(
    cacert_path: String,
    cert_path: String,
    key_path: String
) -> DockerEngineClientOption<HttpsConnector<HttpConnector>>

with_tls_client_config applies a tls config to the client transport.