From 50e779fc2fbde43855855f764c335706688e86bd Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Tue, 18 May 2021 19:24:00 +0300 Subject: [PATCH] Update app/controllers/general.php --- app/controllers/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index 6ed753491..5892aee47 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -64,7 +64,7 @@ App::init(function ($utopia, $request, $response, $console, $project, $consoleDB $dbDomain = $consoleDB->createDocument($dbDomain); Authorization::enable(); - Console::info('Issuing a TLS certificate for the master domain (' . $domain->get() . ') in ~30 seconds..'); // TODO move this to installation script + Console::info('Issuing a TLS certificate for the master domain (' . $domain->get() . ') in a few seconds...'); // TODO move this to installation script Resque::enqueue('v1-certificates', 'CertificatesV1', [ 'document' => $dbDomain,