Kelunik\AcmeClient\Commands\Issue::getDefinition PHP Method

getDefinition() public static method

public static getDefinition ( )
    public static function getDefinition()
    {
        return ["server" => \Kelunik\AcmeClient\getArgumentDescription("server"), "storage" => \Kelunik\AcmeClient\getArgumentDescription("storage"), "domains" => ["prefix" => "d", "longPrefix" => "domains", "description" => "Colon / Semicolon / Comma separated list of domains to request a certificate for.", "required" => true], "path" => ["prefix" => "p", "longPrefix" => "path", "description" => "Colon (Unix) / Semicolon (Windows) separated list of paths to the document roots. The last one will be used for all remaining ones if fewer than the amount of domains is given.", "required" => true], "user" => ["prefix" => "u", "longPrefix" => "user", "description" => "User running the web server."], "bits" => ["longPrefix" => "bits", "description" => "Length of the private key in bit.", "defaultValue" => 2048, "castTo" => "int"]];
    }