native_certs

Function native_certs 

Source
pub fn native_certs() -> RootCerts
Expand description

Load certificates from the platform certificate store.

This method of loading certs is discouraged by the rustls team, see here. However this impl still works and is expected to work, especially for platforms that not properly support rustls-platform-verifier.