CMake/Help/release/dev/env-tls-certs.rst
Maxim Cournoyer 10bf34a2d9 cmCurl: Honor OpenSSL certificate environment variables
Honor the OpenSSL environment variables used to specify the location of
the TLS certificates, as specified in the `curl(1)` man page.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-16 09:40:28 -04:00

7 lines
181 B
ReStructuredText

env-tls-certs
-------------
* The :envvar:`SSL_CERT_FILE` and :envvar:`SSL_CERT_DIR` environment
variables are now used to find certificate authorities for TLS/SSL
operations.