From e1dc2d5516562c2e6e9668325d897c0eccdc6d2a Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Sun, 16 Aug 2020 05:30:58 -0500 Subject: ENH: Add support for custum CA Bundle path (#2323) Fixes #2320 --- docs/source/usage/environmentvars.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source/usage') diff --git a/docs/source/usage/environmentvars.rst b/docs/source/usage/environmentvars.rst index e519a80b..0717a9fa 100644 --- a/docs/source/usage/environmentvars.rst +++ b/docs/source/usage/environmentvars.rst @@ -74,3 +74,11 @@ done by setting the variable with no content:: configuration file locale in :envvar:`PROJ_LIB`. Alternatively, the :c:func:`proj_context_set_url_endpoint` function can be used. + +.. envvar:: PROJ_CURL_CA_BUNDLE + + .. versionadded:: 7.2.0 + + Define a custum path to the CA Bundle file. This can be useful if `curl` + and :envvar:`PROJ_NETWORK` are enabled. Alternatively, the + :c:func:`proj_curl_set_ca_bundle_path` function can be used. -- cgit v1.2.3