aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-22 08:51:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-22 08:51:41 +0000
commit4768c9cdbbd6ec6f1376bd36f6931af6f8699819 (patch)
treee6d35e6698481f1206b73c6e4f36c27c7871a2dc /docs
parentd6b1162a6327f37c75495f062cd5c70f98c7fde3 (diff)
Added --cacert
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index e249adea2..59513336c 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -136,6 +136,9 @@ with HTTPS. The certificate must be in PEM format.
If the optional password isn't specified, it will be queried for on
the terminal. Note that this certificate is the private key and the private
certificate concatenated!
+.IP "--cacert <CA certificate>"
+(HTTPS) Tells curl to use the specified certificate file to verify the
+peer. The certificate must be in PEM format.
.IP "-f/--fail"
(HTTP)
Fail silently (no output at all) on server errors. This is mostly done