how to rotate an object in the same direction as normal.

I’m using unity and I do not know how to rotate an object in the same direction as normal.
I have a camera with RaycastHit.normal, how do I leave the object always looking straight at normal

object.transform.rotation = Quaternion.LookRotation( -normal );