1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

feat: more informations to automatic domain certificate

This commit is contained in:
Torsten Dittmann 2021-12-28 12:06:00 +01:00
parent 9802058e4f
commit dc6d3565a0

View file

@ -54,6 +54,10 @@ App::init(function ($utopia, $request, $response, $console, $project, $dbForCons
if (!$domainDocument) {
$domainDocument = new Document([
'domain' => $domain->get(),
'tld' => $domain->getSuffix(),
'registerable' => $domain->getRegisterable(),
'verification' => false,
'certificateId' => null,
]);
$domainDocument = $dbForConsole->createDocument('domains', $domainDocument);