|
@@ -83,7 +83,7 @@ class HostingAccountIsCreatedListener
|
|
|
$websiteSslCertificate->is_auto_renew = 1;
|
|
|
$websiteSslCertificate->provider = 'letsencrypt';
|
|
|
$websiteSslCertificate->save();
|
|
|
-
|
|
|
+
|
|
|
$applySSLVirtualHost = new ApacheWebsiteApplySSLVirtualHost();
|
|
|
$applySSLVirtualHost->setDomain($event->model->domain);
|
|
|
$applySSLVirtualHost->setDomainRoot($event->model->domain_root);
|