Rename SSL to TLS (fix #3013)

This commit is contained in:
Alfredo Cardigliano 2019-11-15 12:40:01 +01:00
parent 84178c4fa1
commit e38835a603
27 changed files with 247 additions and 252 deletions

View file

@ -1163,7 +1163,7 @@ local known_parameters = {
["disable_alerts_generation"] = validateBool,
["toggle_alert_probing"] = validateBool,
["toggle_flow_alerts_iface"] = validateBool,
["toggle_ssl_alerts"] = validateBool,
["toggle_tls_alerts"] = validateBool,
["toggle_dns_alerts"] = validateBool,
["toggle_mining_alerts"] = validateBool,
["toggle_remote_to_remote_alerts"] = validateBool,