mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Make cert check
do the same as check certs
This commit is contained in:
parent
ae4828d861
commit
39bcea0025
1 changed files with 2 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue