Skip to main content

rustls_server_config

Function rustls_server_config 

Source
pub fn rustls_server_config(
    key: impl AsRef<Path>,
    cert: impl AsRef<Path>,
) -> Result<Arc<ServerConfig>>