Skip to content

Commit a4f3128

Browse files
committed
docs: Document the new native-certs feature flag
1 parent 142e30a commit a4f3128

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,13 @@ Environment:
9494
CRATES_IO_PROXY_CACHE_TTL same as --cache-ttl option
9595
```
9696

97+
Advanced configuration
98+
----------------------
99+
100+
By default, `crates-io-proxy` uses embedded TLS trusted root certificates.
101+
It is possible to configure it to use the system certificate store
102+
at the build time by setting the `native-certs` feature flag.
103+
104+
Configuring this behavior at the run time is not supported yet.
105+
97106
[crates.io index]: https://github.com/rust-lang/crates.io-index

0 commit comments

Comments
 (0)