mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
a65cd04e35
5 changed files with 18 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue