blob: 2a869deb02892320f189e6fdc0a39bb049688507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-cert
Arg: <cert[:passwd]>
Help: Set client certificate for proxy
Added: 7.52.0
Category: proxy tls
Example: --proxy-cert file -x https://proxy $URL
See-also: proxy-cert-type
Multi: single
---
Same as --cert but used in HTTPS proxy context.
|