mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:33:36 +03:00
24 lines
521 B
Markdown
24 lines
521 B
Markdown
---
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: tlspassword
|
|
Arg: <string>
|
|
Help: TLS password
|
|
Added: 7.21.4
|
|
Protocols: TLS
|
|
Category: tls auth
|
|
Multi: single
|
|
See-also:
|
|
- tlsuser
|
|
Example:
|
|
- --tlspassword pwd --tlsuser user $URL
|
|
---
|
|
|
|
# `--tlspassword`
|
|
|
|
Deprecated option. This has no functionality since 8.22.0.
|
|
|
|
Set password to use with the TLS authentication method specified with
|
|
--tlsauthtype. Requires that --tlsuser is set.
|
|
|
|
This option does not work with TLS 1.3.
|