pingora_rustls

Function load_ca_file_into_store

Source
pub fn load_ca_file_into_store<P>(
    path: P,
    cert_store: &mut RootCertStore,
) -> Result<()>
where P: AsRef<Path>,
Expand description

Load the certificates from the given pem file path into the given certificate store