mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03:00
740 B
740 B
| c | SPDX-License-Identifier | Long | Arg | Added | Help | Category | Multi | See-also | Example | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | proxy-cert-type | <type> | 7.52.0 | Client certificate type for HTTPS proxy | proxy tls | single |
|
|
--proxy-cert-type
Set type of the provided client certificate when using HTTPS proxy. PEM, DER, ENG, PROV and P12 are recognized types.
The default type depends on the TLS backend and is usually PEM. For Schannel it is P12. If --proxy-cert is a pkcs11: URI then ENG or PROV is the default type (depending on OpenSSL version).
Equivalent to --cert-type but used in HTTPS proxy context.