From fd5d8d5b29932bd63ced20888f84c5382900776f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 9 Jan 2016 16:58:39 +0100 Subject: prosodyctl: Show an example ssl config after generating a certificate --- prosodyctl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index e4ef45ad..0c80aca7 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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 -- cgit v1.2.3