pub fn parse_certs( rd: &mut dyn BufRead, ) -> Result<Vec<CertificateDer<'static>>, Error>
Parse the certificates from PEM.