aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-18 11:40:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-18 11:40:52 +0000
commitec54fbd9ed0d14edce1f3f8bdbc30880641216c5 (patch)
tree8b62d003bcc161ac95effb0ff976fb36d80548c9 /docs/curl.1
parent074bd2a19b1bcd4b3c2e992d012812ddec5e9d15 (diff)
just mention in --cacert that curl normally has a default ca cert path built-in
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.17
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 604527156..2bd044c54 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -361,9 +361,10 @@ DER and ENG are recognized types. If not specified, PEM is assumed.
If this option is used several times, the last one will be used.
.IP "--cacert <CA certificate>"
-(SSL) Tells curl to use the specified certificate file to verify the
-peer. The file may contain multiple CA certificates. The certificate(s) must
-be in PEM format.
+(SSL) Tells curl to use the specified certificate file to verify the peer. The
+file may contain multiple CA certificates. The certificate(s) must be in PEM
+format. Normally curl is built to use a default file for this, so this option
+is typically used to alter that default file.
curl recognizes the environment variable named 'CURL_CA_BUNDLE' if that is
set, and uses the given path as a path to a CA cert bundle. This option