• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: tlsuser
5Arg: <name>
6Help: TLS user name
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