I wanted to integrate my Nagios XI (5.2.3) with our AD (Windows 2008 R2 servers).
This worked fine when I had encryption disabled.
Now I wanted to enable SSL.
I'm clicking Add Certificate on the WEB interface and pasting in the lines between (and including) "BEGIN CERTIFICATE" and "END CERTIFICATE" of ldapsrv1.crt generated by the below command.
Code: Select all
openssl s_client -showcerts -connect DomainController:636 > ldapsrv1.crtCode: Select all
TLS error -8179:Peer's Certificate issuer is not recognizedBTW. I've got some erros during the "download" of the certificate, but the ldapsrv1.crt had it's contents, so I didn't care that much, the errors are as below:
Code: Select all
depth=0
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0
verify error:num=27:certificate not trusted
verify return:1
depth=0
verify error:num=21:unable to verify the first certificate
verify return:1