luci-app-openvpn: add missing verify_client_cert option

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-11-26 15:13:24 +01:00
parent 4fd92b1f52
commit 78cc310cf4

View file

@ -546,6 +546,10 @@ local knownParams = {
{ "", "local", "def1", "local def1" },
translate("Automatically redirect default route"),
{ client="1" } },
{ Value,
"verify_client_cert",
{ "none", "optional", "require" },
translate("Specify whether the client is required to supply a valid certificate") },
} },
{ "Cryptography", {