tlsuser.md (465B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: tlsuser 5 Arg: <name> 6 Help: TLS username 7 Added: 7.21.4 8 Protocols: TLS 9 Category: tls auth 10 Multi: single 11 See-also: 12 - tlspassword 13 Example: 14 - --tlspassword pwd --tlsuser user $URL 15 --- 16 17 # `--tlsuser` 18 19 Set username for use with the TLS authentication method specified with 20 --tlsauthtype. Requires that --tlspassword also is set. 21 22 This option does not work with TLS 1.3.