mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implements X.509 client authentication
This commit is contained in:
parent
22e5e2e9e0
commit
e9811ae688
10 changed files with 112 additions and 89 deletions
|
|
@ -89,9 +89,9 @@ local menu_subpages = {
|
|||
title = i18n("prefs.http_auth_server_title"),
|
||||
description = i18n("prefs.http_auth_server_description"),
|
||||
hidden = have_nedge,
|
||||
}, toggle_https_auth = {
|
||||
title = i18n("prefs.https_auth_title"),
|
||||
description = i18n("prefs.https_auth_description"),
|
||||
}, toggle_client_x509_auth = {
|
||||
title = i18n("prefs.client_x509_auth_title"),
|
||||
description = i18n("prefs.client_x509_auth_descr"),
|
||||
},
|
||||
}}, {id="ifaces", label=i18n("prefs.network_interfaces"), advanced=true, pro_only=false, hidden=false, nedge_hidden=true, entries={
|
||||
dynamic_interfaces_creation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue