tlsuser.d 422 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: tlsuser
  4. Arg: <name>
  5. Help: TLS user name
  6. Added: 7.21.4
  7. Category: tls auth
  8. Example: --tlspassword pwd --tlsuser user $URL
  9. See-also: tlspassword
  10. ---
  11. Set username for use with the TLS authentication method specified with
  12. --tlsauthtype. Requires that --tlspassword also is set.
  13. This option does not work with TLS 1.3.