luci-app-mosquitto: drop tls1.0, add tls1.3
This was dropped in mosquitto 1.6.0.
Signed-off-by: Karl Palsson <karlp@etactica.com>
(cherry picked from commit a7b1d63eb9
)
This commit is contained in:
parent
ce63a03692
commit
ae2c186a38
1 changed files with 1 additions and 1 deletions
|
@ -116,9 +116,9 @@ o = s:option(ListValue, "tls_version", "TLS Version",
|
|||
"Depends on your openssl version, empty to support all")
|
||||
o.optional = true
|
||||
o:value("", "Default")
|
||||
o:value("tlsv1")
|
||||
o:value("tlsv1.1")
|
||||
o:value("tlsv1.2")
|
||||
o:value("tlsv1.3")
|
||||
|
||||
OptionalFlag(s, "require_certificate", "Require clients to present a certificate")
|
||||
OptionalFlag(s, "use_identity_as_username", "use_identity_as_username")
|
||||
|
|
Loading…
Reference in a new issue