load_rustls_config

Function load_rustls_config 

Source
pub fn load_rustls_config(
    cert_path: impl AsRef<Path>,
    key_path: impl AsRef<Path>,
) -> Option<ServerConfig>
Expand description

Loads the TLS configuration for the API server.