prosodyctl
changeset 5545 d22416f8a836
parent 5532 d5cbcdcdb2f7
child 5546 edc97af48d19
--- 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