mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
65651dc02b
- do less references to other options - provide more specific text about proxies - added more see-also references Closes #13887
736 B
736 B
c | SPDX-License-Identifier | Long | Arg | Help | Added | Category | Multi | See-also | Example | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | proxy-cert | <cert[:passwd]> | Set client certificate for proxy | 7.52.0 | proxy tls | single |
|
|
--proxy-cert
Use the specified client certificate file when communicating with an HTTPS proxy. The certificate must be in PKCS#12 format if using Secure Transport, or PEM format if using any other engine. If the optional password is not specified, it is queried for on the terminal. Use --proxy-key to provide the private key.
This option is the equivalent to --cert but used in HTTPS proxy context.