fn load_root_cert_store_from_file(
file_path: String,
) -> Result<Vec<CertificateDer<'static>>>Expand description
Load a file with CA certificate and produce a RootCertStore with the results.
fn load_root_cert_store_from_file(
file_path: String,
) -> Result<Vec<CertificateDer<'static>>>Load a file with CA certificate and produce a RootCertStore with the results.