diff options
author | Kim Alvefur <zash@zash.se> | 2016-01-10 03:57:17 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-01-10 03:57:17 +0100 |
commit | 1df83ddc8cdb6a93f4b736f461cec71084bbf095 (patch) | |
tree | 64202f4daef595ff51640c1810fbb2751775faa4 /prosodyctl | |
parent | 8cdd08825d3ab4afddc12ddf75dc9af1924e8518 (diff) | |
parent | 0d98ccd02a37153aef1cbfb71ba9c103d43fbda7 (diff) | |
download | prosody-1df83ddc8cdb6a93f4b736f461cec71084bbf095.tar.gz prosody-1df83ddc8cdb6a93f4b736f461cec71084bbf095.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -792,6 +792,8 @@ function cert_commands.generate(arg) and openssl.req{new=true, x509=true, nodes=true, key=key_filename, 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 |