• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-cacert
5Help: CA certificate to verify peer against for proxy
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