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