正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -410,7 +410,7 @@ class DomainInfoLogic extends BaseLogic | @@ -410,7 +410,7 @@ class DomainInfoLogic extends BaseLogic | ||
| 410 | //创建站点,设置证书 | 410 | //创建站点,设置证书 |
| 411 | $this->param['key'] = $this->param['private_key'] ?? ''; | 411 | $this->param['key'] = $this->param['private_key'] ?? ''; |
| 412 | $this->param['cert'] = $this->param['private_cert'] ?? ''; | 412 | $this->param['cert'] = $this->param['private_cert'] ?? ''; |
| 413 | - $this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[],[],0); | 413 | + $this->setDomainSsl($server_info['init_domain'],$this->param['custom_domain'],[],[],1); |
| 414 | } | 414 | } |
| 415 | 415 | ||
| 416 | return $this->success(); | 416 | return $this->success(); |
-
请 注册 或 登录 后发表评论