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 | e887b4bcb88ef38227e50751cf343c00a74e91f5 (patch) | |
tree | 96dd46d9215837c50991fb6f2e1b2ebc0dd7c0b8 /prosodyctl | |
parent | 1cfa8feaec5b48d66f696a2e31aa29a20ca05704 (diff) | |
download | prosody-e887b4bcb88ef38227e50751cf343c00a74e91f5.tar.gz prosody-e887b4bcb88ef38227e50751cf343c00a74e91f5.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 |