From: Ben Bodenmiller Date: Tue, 18 Mar 2025 20:31:10 +0000 (-0700) Subject: SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR X-Git-Tag: curl-8_13_0~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b94c80f354be434aa32a68ab6f918da603ead5;p=thirdparty%2Fcurl.git SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR Closes #16762 --- diff --git a/docs/SSLCERTS.md b/docs/SSLCERTS.md index 300039c736..b170845cdc 100644 --- a/docs/SSLCERTS.md +++ b/docs/SSLCERTS.md @@ -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: