Implements X.509 client authentication

This commit is contained in:
Simone Mainardi 2019-01-09 12:21:56 +01:00
parent 22e5e2e9e0
commit e9811ae688
10 changed files with 112 additions and 89 deletions

View file

@ -1097,7 +1097,7 @@ local known_parameters = {
["toggle_radius_auth"] = validateBool,
["toggle_http_auth"] = validateBool,
["toggle_ldap_referrals"] = validateBool,
["toggle_https_auth"] = validateBool,
["toggle_client_x509_auth"] = validateBool,
-- Input fields
["minute_top_talkers_retention"] = validateNumber,