pub fn load_client_tls_config(
tls_option: Option<ClientTlsOption>,
) -> Result<Option<Arc<ReloadableClientTlsConfig>>>Expand description
Load client TLS configuration from ClientTlsOption and return a ReloadableClientTlsConfig.
This is the primary way to create TLS configuration for the ChannelManager.