Implement 'status' command

This commit is contained in:
Niklas Keller
2016-03-28 19:48:39 +02:00
parent a1d65c1483
commit 944adf0c06
2 changed files with 81 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ $commands = [
"issue" => "Issue a new certificate.",
"check" => "Check if a certificate is still valid long enough.",
"revoke" => "Revoke a certificate.",
"status" => "Show status about local certificates.",
"version" => "Print version information.",
"help" => "Print this help information.",
];