aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-capath.md
blob: 62a25a0df555b63bd7bfa86b29f29af45aa8206d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-capath
Help: CA directory to verify peer against for proxy
Arg: <dir>
Added: 7.52.0
Category: proxy tls
Multi: single
See-also:
  - proxy-cacert
  - proxy
  - capath
Example:
  - --proxy-capath /local/directory -x https://proxy $URL
---

# `--proxy-capath`

Same as --capath but used in HTTPS proxy context.