diff options
author | Kim Alvefur <zash@zash.se> | 2013-04-29 13:59:39 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-04-29 13:59:39 +0200 |
commit | 880ba915a957293cd619887e9ee9477348d4cb59 (patch) | |
tree | 67f8f8f473d0e8972ceba1a5341bc97af03f2efe | |
parent | a7b315488ec84efd93964df522aa0af120b2ac22 (diff) | |
download | prosody-880ba915a957293cd619887e9ee9477348d4cb59.tar.gz prosody-880ba915a957293cd619887e9ee9477348d4cb59.zip |
prosodyctl: Add message describing the distinguished name input expected
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |