Kelunik\AcmeClient\Commands\Check::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"), "name" => ["longPrefix" => "name", "description" => "Common name of the certificate to check.", "required" => true], "ttl" => ["longPrefix" => "ttl", "description" => "Minimum valid time in days.", "defaultValue" => 30, "castTo" => "int"], "names" => ["longPrefix" => "names", "description" => "Names that must be covered by the certificate identified based on the common name. Names have to be separated by commas.", "required" => false]];
    }