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
9b9d6a9ba9
8 changed files with 25 additions and 14 deletions
|
@ -937,6 +937,10 @@ function commands.cert(arg)
|
|||
end
|
||||
end
|
||||
show_usage("cert config|request|generate|key|import", "Helpers for generating X.509 certificates and keys.")
|
||||
for _, cmd in pairs(cert_commands) do
|
||||
print()
|
||||
cmd{ "--help" }
|
||||
end
|
||||
end
|
||||
|
||||
function commands.check(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue