Certificates path in nagios xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Certificates path in nagios xi

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Certificates path in nagios xi

Post by lmiltchev »

The certs should be added to the "/etc/openldap/cacerts" directory.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Re: Certificates path in nagios xi

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Certificates path in nagios xi

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked