From eee47addf5c13f6f9127133c1d9d9a3ae029e074 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Thu, 4 Jan 2024 17:04:35 -0600 Subject: [PATCH] Fix README extra roots documentation on other OSes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97975a14..471dccde 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Users may wish to augment these certificates with [webpki-roots] using [`Verifie a system CA bundle is unavailable. [`ServerCertVerifierBuilder`]: https://docs.rs/rustls/latest/rustls/client/struct.ServerCertVerifierBuilder.html +[`Verifier::new_with_extra_roots`]: https://docs.rs/rustls-platform-verifier/latest/rustls_platform_verifier/struct.Verifier.html#method.new_with_extra_roots [rustls-native-certs]: https://github.com/rustls/rustls-native-certs [openssl-probe]: https://github.com/alexcrichton/openssl-probe [webpki-roots]: https://github.com/rustls/webpki-roots