2024-05-15 15:20:32 -04:00
|
|
|
---
|
2023-12-11 20:30:44 -05:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
Long: proxy-key
|
|
|
|
Help: Private key for HTTPS proxy
|
|
|
|
Arg: <key>
|
|
|
|
Category: proxy tls
|
|
|
|
Added: 7.52.0
|
|
|
|
Multi: single
|
2024-05-15 15:20:32 -04:00
|
|
|
See-also:
|
|
|
|
- proxy-key-type
|
|
|
|
- proxy
|
|
|
|
Example:
|
|
|
|
- --proxy-key here -x https://proxy $URL
|
2023-12-11 20:30:44 -05:00
|
|
|
---
|
2024-05-15 15:20:32 -04:00
|
|
|
|
|
|
|
# `--proxy-key`
|
|
|
|
|
2023-12-11 20:30:44 -05:00
|
|
|
Same as --key but used in HTTPS proxy context.
|