# HG changeset patch # User Kim Alvefur # Date 1492881146 -7200 # Node ID 94a1fdaf12d1372560a51577bc9608441e6a9fb0 # Parent f8c52010bd3794084d22ac282a6a9cb92b58bf3f prosodyctl: Make note about reporting where certificates are searched for diff -r f8c52010bd37 -r 94a1fdaf12d1 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