mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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);
|
copy(dir .. "/" .. host .. ".key", cert_basedir .. "/" .. host .. ".key", "0377", owner, group);
|
||||||
table.insert(imported, host);
|
table.insert(imported, host);
|
||||||
else
|
else
|
||||||
|
-- TODO Say where we looked
|
||||||
show_warning("No certificate for host "..host.." found :(");
|
show_warning("No certificate for host "..host.." found :(");
|
||||||
end
|
end
|
||||||
-- TODO Additional checks
|
-- TODO Additional checks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue