curl/docs/cmdline-opts/proxy-cert-type.md
Daniel Stenberg 65651dc02b
cmdline: expand proxy option explanations
- do less references to other options
- provide more specific text about proxies
- added more see-also references

Closes #13887
2024-06-05 10:35:56 +02:00

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

--proxy-cert-type

Set type of the provided client certificate when using HTTPS proxy. PEM, DER, ENG and P12 are recognized types.

The default type depends on the TLS backend and is usually PEM, however for Secure Transport and Schannel it is P12. If --proxy-cert is a pkcs11: URI then ENG is the default type.

Equivalent to --cert-type but used in HTTPS proxy context.