prosodyctl: Remove example showing deprecated config option
authorKim Alvefur <zash@zash.se>
Fri, 21 Apr 2017 13:29:04 +0200
changeset 8108 851b50401a26
parent 8107 4e5a8365c53f
child 8109 86ec9045d095
prosodyctl: Remove example showing deprecated config option
prosodyctl
--- a/prosodyctl	Fri Apr 21 13:21:47 2017 +0200
+++ b/prosodyctl	Fri Apr 21 13:29:04 2017 +0200
@@ -818,7 +818,6 @@
 				days=365, sha256=true, utf8=true, config=conf_filename, out=cert_filename} then
 			show_message("Certificate written to ".. cert_filename);
 			print();
-			show_message(("Example config:\n\nssl = {\n\tcertificate = %q;\n\tkey = %q;\n}"):format(cert_filename, key_filename));
 		else
 			show_message("There was a problem, see OpenSSL output");
 		end