pub fn load_cert_chain( path: &str, ) -> Result<Vec<CertificateDer<'static>>, TlsError>
Loads the PEM certificate chain at path. Errors if the file is missing or contains no certificates.
path