diff -r 67a9ff352271 -r 79f73af4c410 prosodyctl --- a/prosodyctl Thu Jul 06 11:22:16 2017 +0200 +++ b/prosodyctl Thu Jul 06 11:24:36 2017 +0200 @@ -932,6 +932,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.")