aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-04-29 13:59:39 +0200
committerKim Alvefur <zash@zash.se>2013-04-29 13:59:39 +0200
commit52a76fdb61c11d665eaa8826a8377b0528094e7b (patch)
tree67f8f8f473d0e8972ceba1a5341bc97af03f2efe /prosodyctl
parent2748b362ac915a6440e7acfe2ee5380d007171fd (diff)
downloadprosody-52a76fdb61c11d665eaa8826a8377b0528094e7b.tar.gz
prosody-52a76fdb61c11d665eaa8826a8377b0528094e7b.zip
prosodyctl: Add message describing the distinguished name input expected
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 30a10b9a..06590d1c 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -660,6 +660,8 @@ function cert_commands.config(arg)
end
local conf = openssl.config.new();
conf:from_prosody(hosts, config, arg);
+ show_message("Please provide details to include in the certificate config file.");
+ show_message("Leave the field empty to use the default value or '.' to exclude the field.")
for k, v in pairs(conf.distinguished_name) do
local nv;
if k == "commonName" then