Centos setup ldaps

Hello guys!

I have trouble with setupping ldaps on Centos. In ubuntu i found that i need to change /etc/ldap/ldap.conf. I’m add CA certs and all works good.

But in Centos I’m unable to setup correctly. I add CA certs intp /etc/openldap/ldap.conf and it didn’t helped. Maybe somebody allready have expirience with it? or you may give me any ideas how i can resolve it.

2 days i try google it.

I resolve it.

sudo cp CA.pem /etc/pki/ca-trust/source/anchors/ #copy CA cert to ca-trust
sudo update-ca-trust force-enable
sudo update-ca-trust extract

and then ldaps began works