1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy-key 5Help: Private key for HTTPS proxy 6Arg: <key> 7Category: proxy tls 8Added: 7.52.0 9Multi: single 10See-also: 11 - proxy-key-type 12 - proxy 13Example: 14 - --proxy-key here -x https://proxy $URL 15--- 16 17# `--proxy-key` 18 19Specify the filename for your private key when using client certificates with 20your HTTPS proxy. This option is the equivalent to --key but used in HTTPS 21proxy context. 22