curl/docs/cmdline-opts/tlsuser.md
Daniel Stenberg 6e494a2390
docs: more language cleanups
- present tense
- avoid bad words

Closes #13003
2024-02-27 16:19:43 +01:00

23 lines
465 B
Markdown

---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tlsuser
Arg: <name>
Help: TLS username
Added: 7.21.4
Protocols: TLS
Category: tls auth
Multi: single
See-also:
- tlspassword
Example:
- --tlspassword pwd --tlsuser user $URL
---
# `--tlsuser`
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.