mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Make note about reporting where certificates are searched for
This commit is contained in:
parent
934e6627ec
commit
dbb0ad8e7e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue