util/prosodyctl/check.lua
changeset 11620 cd4006709493
parent 11619 8e16fd976c57
child 11621 166f8e1d82b0
--- a/util/prosodyctl/check.lua	Sun Jun 20 17:11:19 2021 +0200
+++ b/util/prosodyctl/check.lua	Sun Jun 20 17:34:50 2021 +0200
@@ -41,6 +41,7 @@
 		local deprecated = set.new({
 			"bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption",
 			"vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize",
+			"legacy_ssl_port", "legacy_ssl_ports", "legacy_ssl_interfaces", "legacy_ssl_ssl",
 		});
 		local known_global_options = set.new({
 			"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",