1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Added --cacert

This commit is contained in:
Daniel Stenberg 2000-11-22 08:51:41 +00:00
parent d6b1162a63
commit 4768c9cdbb

View 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