pub fn rustls_server_config( key: impl AsRef<Path>, cert: impl AsRef<Path>, ) -> Result<Arc<ServerConfig>>