prosodyctl: Make note about reporting where certificates are searched for
authorKim Alvefur <zash@zash.se>
Sat, 22 Apr 2017 19:12:26 +0200
changeset 8122 94a1fdaf12d1
parent 8121 f8c52010bd37
child 8123 3c5f0cb4381a
prosodyctl: Make note about reporting where certificates are searched for
prosodyctl
--- a/prosodyctl	Sat Apr 22 19:12:04 2017 +0200
+++ b/prosodyctl	Sat Apr 22 19:12:26 2017 +0200
@@ -887,6 +887,7 @@
 				copy(dir .. "/" .. host .. ".key", cert_basedir .. "/" .. host .. ".key", "0377", owner, group);
 				table.insert(imported, host);
 			else
+				-- TODO Say where we looked
 				show_warning("No certificate for host "..host.." found :(");
 			end
 			-- TODO Additional checks