# HG changeset patch # User Kim Alvefur # Date 1367236779 -7200 # Node ID d22416f8a836947ffd6315a7305b06e58bebfa1c # Parent d911d9fb3929186bcf32efdcf02ce3eda761c502 prosodyctl: Add message describing the distinguished name input expected diff -r d911d9fb3929 -r d22416f8a836 prosodyctl --- a/prosodyctl Mon Apr 29 13:30:59 2013 +0200 +++ b/prosodyctl Mon Apr 29 13:59:39 2013 +0200 @@ -660,6 +660,8 @@ 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