mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Delay SSL init
This commit is contained in:
parent
323e7c4ca4
commit
fded20928b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ $cli
|
|||
|
||||
Console::log('Issue a TLS certificate for master domain ('.$domain.')');
|
||||
|
||||
Resque::enqueue('v1-certificates', 'CertificatesV1', [
|
||||
ResqueScheduler::enqueueAt(time() + 30, 'v1-certificates', 'CertificatesV1', [
|
||||
'document' => [],
|
||||
'domain' => $domain,
|
||||
'validateTarget' => false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue