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