mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
cmdline-docs: more options converted and fixed
Now all options are in the new system.
This commit is contained in:
parent
ac85f332f1
commit
a387d881ec
51 changed files with 625 additions and 31 deletions
8
docs/cmdline-opts/tlsauthtype.d
Normal file
8
docs/cmdline-opts/tlsauthtype.d
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Long: tlsauthtype
|
||||
Arg: <type>
|
||||
Help: TLS authentication type
|
||||
Added: 7.21.4
|
||||
---
|
||||
Set TLS authentication type. Currently, the only supported option is "SRP",
|
||||
for TLS-SRP (RFC 5054). If --tlsuser and --tlspassword are specified but
|
||||
--tlsauthtype is not, then this option defaults to "SRP".
|
||||
Loading…
Add table
Add a link
Reference in a new issue