prosodyctl: Remove example showing deprecated config option

This commit is contained in:
Kim Alvefur 2017-04-21 13:29:04 +02:00
parent 868ae999f7
commit 3c2a15fa08

View file

@ -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