proxy-capath.d 372 B

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