pub fn read_certs_from_path( path: impl AsRef<Path>, ) -> Result<Vec<CertificateDer<'static>>>
Read certificates from a given path
At present this function only supports files – directories will return an empty list