rust let registry_file_path = Path::new("index.txt"); let registry_file_path = format!("{}", registry_file_path.display()); let certs = read_certs_from_file(®istry_file_path)?;