fn load_client_ca_roots(path: &str) -> Result<RootCertStore, TlsError>Expand description
Loads a PEM CA bundle at path into a [RootCertStore] for verifying
client certificates (mTLS). Errors if the file is missing or yields no
usable certificates.