diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-21 13:29:04 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-21 13:29:04 +0200 |
commit | 3c2a15fa08b2253125d5a0f6934a2357083c4ef8 (patch) | |
tree | d0512f90eebbac34314f09449cd35392fb4cf688 /prosodyctl | |
parent | 868ae999f7bbc17f3b61d08cb0caff4ec7bbe22e (diff) | |
download | prosody-3c2a15fa08b2253125d5a0f6934a2357083c4ef8.tar.gz prosody-3c2a15fa08b2253125d5a0f6934a2357083c4ef8.zip |
prosodyctl: Remove example showing deprecated config option
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |