|
...
|
...
|
@@ -405,7 +405,7 @@ class DomainInfoLogic extends BaseLogic |
|
|
|
//创建站点,设置证书
|
|
|
|
$this->param['key'] = $this->param['private_key'] ?? '';
|
|
|
|
$this->param['cert'] = $this->param['private_cert'] ?? '';
|
|
|
|
$this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[$this->param['custom_domain']],[],0);
|
|
|
|
$this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[],[$this->param['custom_domain']],0);
|
|
|
|
}
|
|
|
|
|
|
|
|
return $this->success();
|
...
|
...
|
|