Skip to content

Commit

Permalink
Update certificate environment variable advice for #14808. (Cherry-pi…
Browse files Browse the repository at this point in the history
…ck of #15943) (#15974)

See #14808.

[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
stuhood authored Jun 28, 2022
1 parent 512edc6 commit cf0db49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/markdown/Using Pants/restricted-internet-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cf0db49

Please sign in to comment.