662 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
proxy-key
proxy-cert-type
--proxy-cert file -x https://proxy $URL

--proxy-cert

Use the specified client certificate file when communicating with an HTTPS proxy. The certificate must be PEM format. 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.