load_root_cert_store_from_file

Function load_root_cert_store_from_file 

Source
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.