Skip to main content

load_rustls_config

Function load_rustls_config 

Source
pub fn load_rustls_config<P: AsRef<Path>>(
    cert: P,
    key: P,
) -> Result<ServerConfig>
Available on crate features rustls and utils only.
Expand description

Load SSL certificate and key.