Diff

prosodyctl @ 8181:79f73af4c410

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 06 Jul 2017 11:24:36 +0200
parent 8153:c22d5680ca68
parent 8177:f52cdad171b0
child 8201:a0ad62a269df
line wrap: on
line diff
--- 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.")