pub fn load_certs_from_reader(
    rd: &mut dyn BufRead
) -> Result<Vec<Certificate>, Error>