Skip to main content

bundled_root_certs

Function bundled_root_certs 

pub fn bundled_root_certs() -> &'static [CertificateDer<'static>]
Available on crate features crypto and native-certs only.
Expand description

The bundled Mozilla (CCADB) root certificates, used as the fallback by shared_native_trust_anchors and available for explicit use.

This is a re-export of the data shipped by the webpki-root-certs crate.