Skip to content
Snippets Groups Projects
Commit 4768c9cd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added --cacert

parent d6b1162a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment