Changeset

8105:851b50401a26

prosodyctl: Remove example showing deprecated config option
author Kim Alvefur <zash@zash.se>
date Fri, 21 Apr 2017 13:29:04 +0200
parents 8104:4e5a8365c53f
children 8106:86ec9045d095
files prosodyctl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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