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

getCertPath() public method

Returns the path to the certification file
public getCertPath ( ) : string
return string the path to the certification file
    public function getCertPath()
    {
        return $this->certPath;
    }