xref: /curl/docs/cmdline-opts/proxy-cacert.md (revision fe9f68fa)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-cacert
5Help: CA certificates to verify proxy against
6Arg: <file>
7Added: 7.52.0
8Category: proxy tls
9Multi: single
10See-also:
11  - proxy-capath
12  - cacert
13  - capath
14  - proxy
15Example:
16  - --proxy-cacert CA-file.txt -x https://proxy $URL
17---
18
19# `--proxy-cacert`
20
21Same as --cacert but used in HTTPS proxy context.
22