2016-11-27 19:01:13 -05:00
|
|
|
Long: tlsauthtype
|
|
|
|
Arg: <type>
|
|
|
|
Help: TLS authentication type
|
|
|
|
Added: 7.21.4
|
2020-07-13 08:15:04 -04:00
|
|
|
Category: tls auth
|
2016-11-27 19:01:13 -05:00
|
|
|
---
|
|
|
|
Set TLS authentication type. Currently, the only supported option is "SRP",
|
|
|
|
for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
|
2018-02-12 07:31:59 -05:00
|
|
|
--tlsauthtype is not, then this option defaults to "SRP". This option works
|
|
|
|
only if the underlying libcurl is built with TLS-SRP support, which requires
|
|
|
|
OpenSSL or GnuTLS with TLS-SRP support.
|