1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Delay SSL init

This commit is contained in:
Eldad Fux 2020-03-20 23:03:08 +02:00
parent 323e7c4ca4
commit fded20928b

View file

@ -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,