proxy-crlfile.d 337 B

1234567891011
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-crlfile
  4. Arg: <file>
  5. Help: Set a CRL list for proxy
  6. Added: 7.52.0
  7. Category: proxy tls
  8. Example: --proxy-crlfile rejects.txt -x https://proxy $URL
  9. See-also: crlfile proxy
  10. ---
  11. Same as --crlfile but used in HTTPS proxy context.