From b15ca743e46ed4107cf34adc9cd7a89e42d5fd29 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 14 Nov 2023 17:16:34 +0100 Subject: [PATCH] Remove custom certs mention --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 393976a..410ea63 100644 --- a/README.md +++ b/README.md @@ -182,10 +182,6 @@ See [docs/example-map.toml](docs/example-map.toml) for a real world example. [xwin.dockerfile](xwin.dockerfile) is an example Dockerfile that can be used a container image capable of building and testing Rust crates targeting `x86_64-pc-windows-msvc`. -## Custom certificates - -If you require custom certificates you can specify the path via the `SSL_CERT_FILE`, `CURL_CA_BUNDLE`, or `REQUESTS_CA_BUNDLE` environment variables. This requires being compiled with the `native-tls` feature. - ### Thanks Special thanks to for the inspiration and [@mdsteele](https://github.com/mdsteele) for publishing several Rust crates around msi/cab files that were needed in this project