mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Added --cacert
This commit is contained in:
parent
d6b1162a63
commit
4768c9cdbb
@ -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
|
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
|
the terminal. Note that this certificate is the private key and the private
|
||||||
certificate concatenated!
|
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"
|
.IP "-f/--fail"
|
||||||
(HTTP)
|
(HTTP)
|
||||||
Fail silently (no output at all) on server errors. This is mostly done
|
Fail silently (no output at all) on server errors. This is mostly done
|
||||||
|
Loading…
Reference in New Issue
Block a user