xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 | Multi: single | ||||
11 | --- | ||||
12 | Set username for use with the TLS authentication method specified with | ||||
13 | --tlsauthtype. Requires that --tlspassword also is set. | ||||
14 | |||||
15 | This option does not work with TLS 1.3. |