master-server/deps/curl/docs/cmdline-opts/tlsuser.md

23 lines
465 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsuser
Arg: <name>
2024-05-15 15:20:32 -04:00
Help: TLS username
2023-12-11 20:30:44 -05:00
Added: 7.21.4
2024-05-15 15:20:32 -04:00
Protocols: TLS
2023-12-11 20:30:44 -05:00
Category: tls auth
Multi: single
2024-05-15 15:20:32 -04:00
See-also:
- tlspassword
Example:
- --tlspassword pwd --tlsuser user $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--tlsuser`
2023-12-11 20:30:44 -05:00
Set username for use with the TLS authentication method specified with
--tlsauthtype. Requires that --tlspassword also is set.
This option does not work with TLS 1.3.