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.
pub fn load_rustls_config<P: AsRef<Path>>(
cert: P,
key: P,
) -> Result<ServerConfig>rustls and utils only.Load SSL certificate and key.