pub fn load_ca_file_into_store<P>( path: P, cert_store: &mut RootCertStore, ) -> Result<()>where P: AsRef<Path>,
Load the certificates from the given pem file path into the given certificate store