diff --git a/src/reference/ca-certificates.rst b/src/reference/ca-certificates.rst index 086e37e..9303daf 100644 --- a/src/reference/ca-certificates.rst +++ b/src/reference/ca-certificates.rst @@ -68,7 +68,8 @@ OpenSSL is the most common library used to provide TLS/SSL support in application software. Its `default locations of trusted CA certificates `__ can be overridden by setting the ``SSL_CERT_FILE`` and/or ``SSL_CERT_DIR`` environment -variables. +variables. Filenames in the latter must be hashed with OpenSSL's ``c_rehash`` +utility. Its final trust store is built from certificates in all default locations, so to *comprehensively* override the defaults, all locations must be overridden.