Software /
code /
prosody
Changeset
8119:94a1fdaf12d1
prosodyctl: Make note about reporting where certificates are searched for
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Apr 2017 19:12:26 +0200 |
parents | 8118:f8c52010bd37 |
children | 8120:3c5f0cb4381a |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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