actix_cloud::utils

Function load_rustls_config

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