• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: ssl-auto-client-cert
5Help: Use auto client certificate (Schannel)
6Added: 7.77.0
7Category: tls
8Protocols: TLS
9Multi: boolean
10See-also:
11  - proxy-ssl-auto-client-cert
12Example:
13  - --ssl-auto-client-cert $URL
14---
15
16# `--ssl-auto-client-cert`
17
18(Schannel) Tell libcurl to automatically locate and use a client certificate
19for authentication, when requested by the server. Since the server can request
20any certificate that supports client authentication in the OS certificate
21store it could be a privacy violation and unexpected.
22