diff --git a/cli/valet.php b/cli/valet.php index c7e917ace..b1f62011a 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -179,7 +179,7 @@ /** * Secure the given domain with a trusted TLS certificate. */ - $app->command('secure [domain] [--expireIn=]', function ($domain = null, $expireIn = null) { + $app->command('secure [domain] [--expireIn=]', function ($domain = null, $expireIn = 368) { $url = ($domain ?: Site::host(getcwd())).'.'.Configuration::read()['tld']; Site::secure($url, null, $expireIn);