aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-22 19:12:26 +0200
committerKim Alvefur <zash@zash.se>2017-04-22 19:12:26 +0200
commitdbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad (patch)
tree96dd46d9215837c50991fb6f2e1b2ebc0dd7c0b8 /prosodyctl
parent934e6627ecf290b8428dea164e6c504623bee6f7 (diff)
downloadprosody-dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad.tar.gz
prosody-dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad.zip
prosodyctl: Make note about reporting where certificates are searched for
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
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