aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-07-06 11:24:36 +0200
committerKim Alvefur <zash@zash.se>2017-07-06 11:24:36 +0200
commitaca11d8afe0573dd1573356bd14edd4bb823a187 (patch)
treed54d6743becde2246fed6859f25ec6ee72e0d080 /prosodyctl
parentf99d0138bf2fc1eefcc8954e2a3d0ac41419ca85 (diff)
parentb5181287340558c4e97cd2a3b08b84840cd80c9a (diff)
downloadprosody-aca11d8afe0573dd1573356bd14edd4bb823a187.tar.gz
prosody-aca11d8afe0573dd1573356bd14edd4bb823a187.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index e1f3e321..d1634c32 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -932,6 +932,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.")