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 feature rustls only.