]> granicus.if.org Git - curl/commitdiff
Added --cacert
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2000 08:51:41 +0000 (08:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2000 08:51:41 +0000 (08:51 +0000)
docs/curl.1

index e249adea29a8879f204f0624c6b67bf5ff525594..59513336cfe65c1952cc7cf87c7eba836fd96b1a 100644 (file)
@@ -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