From f6072f1e14d2635d4af1f4c5b1925d3e902cc2a2 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Tue, 19 Jan 2021 17:27:56 -0800 Subject: [PATCH] Format c_rehash --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index d930a68d..75ba81c6 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -233,7 +233,7 @@ or persistent:: s.verify = '/path/to/certfile' .. note:: If ``verify`` is set to a path to a directory, the directory must have been processed using - the c_rehash utility supplied with OpenSSL. + the ``c_rehash`` utility supplied with OpenSSL. This list of trusted CAs can also be specified through the ``REQUESTS_CA_BUNDLE`` environment variable. If ``REQUESTS_CA_BUNDLE`` is not set, ``CURL_CA_BUNDLE`` will be used as fallback.