summaryrefslogtreecommitdiff
path: root/docs/html/reference
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@gmail.com>2021-01-19 18:09:28 -0800
committerGitHub <noreply@github.com>2021-01-19 18:09:28 -0800
commit48e2c62cddd7ad4e41e9be81894d8eb76fa2de4d (patch)
tree707ff7cf9594a5901c67eff22a46c48e34deecb7 /docs/html/reference
parent98b3d19e5345c37f17ab67a714ec31abd8f5b668 (diff)
downloadpip-48e2c62cddd7ad4e41e9be81894d8eb76fa2de4d.tar.gz
Add details on PIP_CERT
Diffstat (limited to 'docs/html/reference')
-rw-r--r--docs/html/reference/pip_install.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst
index 9eedafd78..df2eeba3e 100644
--- a/docs/html/reference/pip_install.rst
+++ b/docs/html/reference/pip_install.rst
@@ -567,8 +567,9 @@ prevent man-in-the-middle attacks against PyPI downloads. This is handled by
bundled CA certificate store provided by
`certifi <https://pypi.org/project/certifi/>`_ and does not use the system
certificate store. This may by overridden by using ``--cert`` option or by
-using ``REQUESTS_CA_BUNDLE`` or ``CURL_CA_BUNDLE`` `environment variables <https://requests.readthedocs.io/en/latest/user/advanced/#verification>`_
-supported by ``requests``.
+using ``PIP_CERT`` environment variable; additional
+`environment variables <https://requests.readthedocs.io/en/latest/user/advanced/#verification>`_
+are also supported by ``requests``.
.. _`Caching`: