1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy-crlfile 5Arg: <file> 6Help: Set a CRL list for proxy 7Added: 7.52.0 8Category: proxy tls 9Multi: single 10See-also: 11 - crlfile 12 - proxy 13Example: 14 - --proxy-crlfile rejects.txt -x https://proxy $URL 15--- 16 17# `--proxy-crlfile` 18 19Provide filename for a PEM formatted file with a Certificate Revocation List 20that specifies peer certificates that are considered revoked when 21communicating with an HTTPS proxy. 22 23Equivalent to --crlfile but only used in HTTPS proxy context. 24