1 c: Copyright (C) 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. 16