Note: This documents the main development branch. For specific versions, see docs.rs.
pub(crate) fn load_certs<'a, I>(files: I) -> Result<Vec<Cert>> where I: Iterator<Item = &'a str>,
Loads one or more certs from every given file.