Merge pull request #5723 from bbodenmiller/patch-2

Format c_rehash
This commit is contained in:
Ian Stapleton Cordasco
2021-01-20 08:58:35 -06:00
committed by GitHub
+1 -1
View File
@@ -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.