mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:17:16 +03:00
Added --cacert
This commit is contained in:
parent
d6b1162a63
commit
4768c9cdbb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue