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