proxy-capath.d 371 B

1234567891011
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, 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. ---
  11. Same as --capath but used in HTTPS proxy context.