mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
fe9f68fa61
In an effort to increase the readability of the "--help all" output on narrow (80 column) terminals. Co-authored-by: Jay Satiro Closes #13169
21 lines
464 B
Markdown
21 lines
464 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: proxy-ssl-auto-client-cert
|
|
Help: Auto client certificate for proxy
|
|
Added: 7.77.0
|
|
Category: proxy tls
|
|
Multi: boolean
|
|
See-also:
|
|
- ssl-auto-client-cert
|
|
- proxy
|
|
Example:
|
|
- --proxy-ssl-auto-client-cert -x https://proxy $URL
|
|
---
|
|
|
|
# `--proxy-ssl-auto-client-cert`
|
|
|
|
Same as --ssl-auto-client-cert but used in HTTPS proxy context.
|
|
|
|
This is only supported by Schannel.
|