blob: 578a7a6417cd2dbe6311b94acd5f783575e6ca9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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.
|