AppserverIo\Appserver\Core\Api\Node\CertificateNode::getDomain PHP Method

getDomain() public method

Returns the domain on which the certificate should be used
public getDomain ( ) : string
return string the domain
    public function getDomain()
    {
        return $this->domain;
    }