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
commite887b4bcb88ef38227e50751cf343c00a74e91f5 (patch)
tree96dd46d9215837c50991fb6f2e1b2ebc0dd7c0b8 /prosodyctl
parent1cfa8feaec5b48d66f696a2e31aa29a20ca05704 (diff)
downloadprosody-e887b4bcb88ef38227e50751cf343c00a74e91f5.tar.gz
prosody-e887b4bcb88ef38227e50751cf343c00a74e91f5.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