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) Automatically locate and use a client certificate for 19authentication, when requested by the server. Since the server can request any 20certificate that supports client authentication in the OS certificate store it 21could be a privacy violation and unexpected. 22