pub fn native_certs() -> RootCertsExpand 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.