ssl-auto-client-cert.d 702 B

123456789101112131415
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, 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. ---
  10. Tell libcurl to automatically locate and use a client certificate for
  11. authentication, when requested by the server. This option is only supported
  12. for Schannel (the native Windows SSL library). Prior to 7.77.0 this was the
  13. default behavior in libcurl with Schannel. Since the server can request any
  14. certificate that supports client authentication in the OS certificate store it
  15. could be a privacy violation and unexpected.