prosodyctl: Make note about reporting where certificates are searched for

This commit is contained in:
Kim Alvefur 2017-04-22 19:12:26 +02:00
parent 934e6627ec
commit dbb0ad8e7e

View file

@ -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