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