# HG changeset patch # User Kim Alvefur # Date 1499330488 -7200 # Node ID f52cdad171b0feb268e9282003fd2ac222641aa9 # Parent f07cfc9b9b36e301713a65f471ad76b8533f91db prosodyctl: Make `cert check` do the same as `check certs` diff -r f07cfc9b9b36 -r f52cdad171b0 prosodyctl --- a/prosodyctl Thu Jul 06 10:40:00 2017 +0200 +++ b/prosodyctl Thu Jul 06 10:41:28 2017 +0200 @@ -934,6 +934,8 @@ return 1; end return cert_commands[subcmd](arg); + elseif subcmd == "check" then + return commands.check({"certs"}); end end show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.")