method(), ['PATCH', 'PUT'], true)) { $unq_domain = ','.$this->cert->id; } return [ 'domain' => 'required|string|unique:node_certificate,domain'.$unq_domain, 'key' => 'nullable|string', 'pem' => 'nullable|string', ]; } }