From: Daniel Stenberg Date: Wed, 22 Nov 2000 08:51:41 +0000 (+0000) Subject: Added --cacert X-Git-Tag: curl-7_5~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4768c9cdbbd6ec6f1376bd36f6931af6f8699819;p=thirdparty%2Fcurl.git Added --cacert --- diff --git a/docs/curl.1 b/docs/curl.1 index e249adea29..59513336cf 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 " +(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