]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR
authorBen Bodenmiller <bbodenmiller@gmail.com>
Tue, 18 Mar 2025 20:31:10 +0000 (13:31 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Mar 2025 07:20:39 +0000 (08:20 +0100)
Closes #16762

docs/SSLCERTS.md

index 300039c736d134b1db7f936482fc67a7c85439fe..b170845cdc0c6635f67cd810569dd5b176a97b3b 100644 (file)
@@ -55,7 +55,8 @@ With the curl command line tool: `--cacert [file]`
 
 If you use the curl command line tool without a native CA store, then you can
 specify your own CA cert file by setting the environment variable
-`CURL_CA_BUNDLE` to the path of your choice.
+`CURL_CA_BUNDLE` to the path of your choice. `SSL_CERT_FILE` and `SSL_CERT_DIR`
+are also supported.
 
 If you are using the curl command line tool on Windows, curl searches for a CA
 cert file named `curl-ca-bundle.crt` in these directories and in this order: