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