From dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sat, 22 Apr 2017 19:12:26 +0200
Subject: prosodyctl: Make note about reporting where certificates are searched
 for

---
 prosodyctl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/prosodyctl b/prosodyctl
index 4b29c406..bee90665 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -887,6 +887,7 @@ function cert_commands.import(arg)
 				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
-- 
cgit v1.2.3