From e43ae41fe3a8a593ec68b5d2402838f611466784 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Fri, 24 Jun 2022 18:41:55 -0700 Subject: [PATCH] Update certificate environment variable advice for #14808. (#15943) See #14808. [ci skip-rust] [ci skip-build-wheels] --- docs/markdown/Using Pants/restricted-internet-access.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/markdown/Using Pants/restricted-internet-access.md b/docs/markdown/Using Pants/restricted-internet-access.md index e48358ea956..e878f38e708 100644 --- a/docs/markdown/Using Pants/restricted-internet-access.md +++ b/docs/markdown/Using Pants/restricted-internet-access.md @@ -24,7 +24,9 @@ You may want to check the binary into version control so that everyone in your o Setting up a Certificate Authority ---------------------------------- -You may need to configure Pants to use a custom Certificate Authority (CA) bundle: +By default, Pants will respect and pass through the `SSL_CERT_DIR` and `SSL_CERT_FILE` environment variables. + +If you need to override those values, you can configure Pants to use a custom Certificate Authority (CA) bundle: ```toml pants.toml [GLOBAL]