diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-22 19:12:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-22 19:12:26 +0200 |
commit | dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad (patch) | |
tree | 96dd46d9215837c50991fb6f2e1b2ebc0dd7c0b8 /prosodyctl | |
parent | 934e6627ecf290b8428dea164e6c504623bee6f7 (diff) | |
download | prosody-dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad.tar.gz prosody-dbb0ad8e7ed9dd71011d0c5f5203781cdf9566ad.zip |
prosodyctl: Make note about reporting where certificates are searched for
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 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 |