pub async fn fetch_public_key<P: AsRef<Path>>( client: &Client, repo_path: P, pubkey_url: &str, ) -> SoarResult<()>