sq
fn load_keys<'a, I>(files: I) -> Result<Vec<Cert>> where I: Iterator<Item = &'a str>,
Loads one TSK from every given file.