Is it OK to store tlsCAFile in git?

Our connection string contains tlsCAFile=/path/to/somefile.pem
This file was initially provided by server admins to our developers team.
I understand this file is used only for validating server tls certificate.

I would like to know the answer to this - should file .pem file be excluded from git comments or is it OK to commit it to git so it can be shared with other developers?
Or should we treat this file as a secret and only shared this .pem file privately and not commit it to git?