Basic working 'auto' command

This commit is contained in:
Niklas Keller
2016-03-28 15:40:08 +02:00
parent 6d31cec6ad
commit 3472bd1b3c
2 changed files with 213 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ HELP;
require __DIR__ . "/../vendor/autoload.php";
$commands = [
"auto" => "Setup, issue and renew based on a single configuration file.",
"setup" => "Setup and register account.",
"issue" => "Issue a new certificate.",
"check" => "Check if a certificate is still valid long enough.",