aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-21 13:29:04 +0200
committerKim Alvefur <zash@zash.se>2017-04-21 13:29:04 +0200
commit4b189254a79425533ab469e1c9b5a2017e8335ea (patch)
treed0512f90eebbac34314f09449cd35392fb4cf688 /prosodyctl
parent132063858c6dfe3d3f57e80d37a682dbe03f7f69 (diff)
downloadprosody-4b189254a79425533ab469e1c9b5a2017e8335ea.tar.gz
prosody-4b189254a79425533ab469e1c9b5a2017e8335ea.zip
prosodyctl: Remove example showing deprecated config option
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 0 insertions, 1 deletions
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