Changeset

5545:d22416f8a836

prosodyctl: Add message describing the distinguished name input expected
author Kim Alvefur <zash@zash.se>
date Mon, 29 Apr 2013 13:59:39 +0200
parents 5544:d911d9fb3929
children 5546:edc97af48d19
files prosodyctl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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