How to center an object to a camera, but away from it?

Hello guys, I wan’t to know how to center an object to the player’s camera, but this have to be far away, with the Z different. Thanks!

far in front of the camera would be

cameraTransform.position + cameraTransform.forward * zValueYouWant;