ssl-auto-client-cert.d 566 B

1234567891011121314
  1. c: Copyright (C) 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. (Schannel) Tell libcurl to automatically locate and use a client certificate
  12. for authentication, when requested by the server. Since the server can request
  13. any certificate that supports client authentication in the OS certificate
  14. store it could be a privacy violation and unexpected.