xref: /curl/docs/cmdline-opts/proxy-key-type.md (revision 65651dc0)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-key-type
5Arg: <type>
6Help: Private key file type for proxy
7Added: 7.52.0
8Category: proxy tls
9Multi: single
10See-also:
11  - proxy-key
12  - proxy
13Example:
14  - --proxy-key-type DER --proxy-key here -x https://proxy $URL
15---
16
17# `--proxy-key-type`
18
19Specify the private key file type your --proxy-key provided private key uses.
20DER, PEM, and ENG are supported. If not specified, PEM is assumed.
21
22Equivalent to --key-type but used in HTTPS proxy context.
23