Page 1 of 1
Certificates path in nagios xi
Posted: Mon May 07, 2018 6:26 am
by Gonela
Hi Team,
After adding the Ldap/Active directory certificates from Nagios XI console where the certificates will store. We want to know the path of the certificates.
Re: Certificates path in nagios xi
Posted: Mon May 07, 2018 2:18 pm
by lmiltchev
The certs should be added to the "/etc/openldap/cacerts" directory.
Re: Certificates path in nagios xi
Posted: Mon May 07, 2018 9:28 pm
by Gonela
Hi Teams,
Thanks for the reply. find the attachment and tell me if add the certificate like attached screen shot where yellow is marked. If we do like yellow marked steps then where is the path of the certificates.
Re: Certificates path in nagios xi
Posted: Tue May 08, 2018 9:26 am
by lmiltchev
Again, if you followed the steps (pasted your certificate in the "Certificate" field, and clicked on the "Add Certificate" button) you would see the certificate in the "
/etc/openldap/cacerts" directory.
Example:
Code: Select all
# ls -la /etc/openldap/cacerts/
total 0
drwxrwxr-x 2 apache nagios 23 May 8 09:18 .
drwxr-xr-x. 5 root root 61 Jan 12 12:00 ..
lrwxrwxrwx 1 apache apache 37 May 8 09:18 da4d55fe.0 -> /etc/openldap/certs/5af1b1a430528.pem
If you are not seeing it, there must be something wrong with the permissions on the directory. Make sure that the "/etc/openldap/certs/" directory is owned by apache.nagios.
Hope this helps.