tlspassword.d 420 B

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