|
...
|
...
|
@@ -39,13 +39,13 @@ class DomainInfo extends Command |
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
//更新主站域名有效时间
|
|
|
|
// $this->startUpdateDomain();
|
|
|
|
$this->startUpdateDomain();
|
|
|
|
|
|
|
|
//主站证书到期更新
|
|
|
|
// $this->startUpdateCert();
|
|
|
|
$this->startUpdateCert();
|
|
|
|
|
|
|
|
//AMP站证书到期更新
|
|
|
|
// $this->startUpdateAmpCert();
|
|
|
|
$this->startUpdateAmpCert();
|
|
|
|
|
|
|
|
//创建的自定义小语种域名证书到期更新
|
|
|
|
$this->startUpdateCustomCert();
|
...
|
...
|
|