util/prosodyctl/cert.lua
changeset 12173 866d06644956
parent 12111 8a5a9c1adb90
child 12203 12eaa2fdd75b
--- a/util/prosodyctl/cert.lua	Sun Jan 09 18:52:58 2022 +0100
+++ b/util/prosodyctl/cert.lua	Sun Jan 09 21:47:04 2022 +0100
@@ -223,7 +223,7 @@
 	local imported = {};
 	for _, host in ipairs(hostnames) do
 		local paths = cm.find_cert_in_index(files_by_name, host);
-		if paths and not imported[paths.certificate] then
+		if paths and imported[paths.certificate] then
 			-- One certificate, many mames!
 			table.insert(imported, host);
 		elseif paths then