From 39bcea0025949af9de9555dee3c2c3f9a5cb7249 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 6 Jul 2017 10:41:28 +0200 Subject: prosodyctl: Make `cert check` do the same as `check certs` --- prosodyctl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index e8e84416..8997f31c 100755 --- a/prosodyctl +++ b/prosodyctl @@ -934,6 +934,8 @@ function commands.cert(arg) 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.") -- cgit v1.2.3