Implement 'status' command
This commit is contained in:
1
bin/acme
1
bin/acme
@@ -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.",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user