ssl-auto-client-cert.d 717 B

12345678910111213141516
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ssl-auto-client-cert
  4. Help: Use auto client certificate (Schannel)
  5. Added: 7.77.0
  6. See-also: proxy-ssl-auto-client-cert
  7. Category: tls
  8. Example: --ssl-auto-client-cert $URL
  9. Multi: boolean
  10. ---
  11. Tell libcurl to automatically locate and use a client certificate for
  12. authentication, when requested by the server. This option is only supported
  13. for Schannel (the native Windows SSL library). Prior to 7.77.0 this was the
  14. default behavior in libcurl with Schannel. Since the server can request any
  15. certificate that supports client authentication in the OS certificate store it
  16. could be a privacy violation and unexpected.