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