luci-app-openvpn: add missing verify_client_cert option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
4fd92b1f52
commit
78cc310cf4
1 changed files with 4 additions and 0 deletions
|
@ -546,6 +546,10 @@ local knownParams = {
|
||||||
{ "", "local", "def1", "local def1" },
|
{ "", "local", "def1", "local def1" },
|
||||||
translate("Automatically redirect default route"),
|
translate("Automatically redirect default route"),
|
||||||
{ client="1" } },
|
{ client="1" } },
|
||||||
|
{ Value,
|
||||||
|
"verify_client_cert",
|
||||||
|
{ "none", "optional", "require" },
|
||||||
|
translate("Specify whether the client is required to supply a valid certificate") },
|
||||||
} },
|
} },
|
||||||
|
|
||||||
{ "Cryptography", {
|
{ "Cryptography", {
|
||||||
|
|
Loading…
Reference in a new issue