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.
Certificates path in nagios xi
Re: Certificates path in nagios xi
The certs should be added to the "/etc/openldap/cacerts" directory.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Certificates path in nagios xi
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.
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.
Re: Certificates path in nagios xi
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:
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.
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.pemHope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!