AcmePhp\Ssl\Key::getPEM PHP Method

getPEM() public method

public getPEM ( ) : string
return string
    public function getPEM()
    {
        return $this->keyPEM;
    }