pub fn build_tls_server_config( certs: PathBuf, key: PathBuf, client_ca: Option<PathBuf>, ) -> Result<ServerConfig>