prosodyctl: Add message describing the distinguished name input expected
authorKim Alvefur <zash@zash.se>
Mon, 29 Apr 2013 13:59:39 +0200
changeset 5545 d22416f8a836
parent 5544 d911d9fb3929
child 5546 edc97af48d19
prosodyctl: Add message describing the distinguished name input expected
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