prosodyctl
changeset 8184 79f73af4c410
parent 8156 c22d5680ca68
parent 8180 f52cdad171b0
child 8204 a0ad62a269df
--- 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.")