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