From 3c2a15fa08b2253125d5a0f6934a2357083c4ef8 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 21 Apr 2017 13:29:04 +0200 Subject: prosodyctl: Remove example showing deprecated config option --- prosodyctl | 1 - 1 file changed, 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 3fe14011..4d947179 100755 --- a/prosodyctl +++ b/prosodyctl @@ -818,7 +818,6 @@ function cert_commands.generate(arg) 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 -- cgit v1.2.3