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