Work on products, first completed broadband
This commit is contained in:
@@ -67,7 +67,7 @@ class SSL extends ServiceType implements ServiceItem
|
||||
{
|
||||
return $this->cert
|
||||
? Arr::get($this->crt_parse,'subject.CN')
|
||||
: Arr::get(openssl_csr_get_subject($this->csr),'CN');
|
||||
: Arr::get(openssl_csr_get_subject($this->csr),'CN','');
|
||||
}
|
||||
|
||||
public function inContract(): bool
|
||||
|
Reference in New Issue
Block a user