Nxlog Manager integrate with LDAPS


#1 billychua

I'm trying to integrate with LDAPS and do have some issue. I'm using the below document and below is the command to import LDAPS certificate into the cacerts keystore. 

keytool -keystore <PATH_TO_JRE>/lib/security/cacerts -import -alias \ certificate -file <PATH_TO_CERTIFICATE>/certificate.cer

When i try to import the certificate and they are asking for the keystore password. I assume this keystore was created during installation not sure what is the password.

Need to check whether anyone know what is the keystore password?

https://docs.nxlog.co/manager/current/users/index.html

#2 Emeka Nwankwo Nxlog ✓
#1 billychua
I'm trying to integrate with LDAPS and do have some issue. I'm using the below document and below is the command to import LDAPS certificate into the cacerts keystore. keytool -keystore <PATH_TO_JRE>/lib/security/cacerts -import -alias \ certificate -file <PATH_TO_CERTIFICATE>/certificate.cerWhen i try to import the certificate and they are asking for the keystore password. I assume this keystore was created during installation not sure what is the password.Need to check whether anyone know what is the keystore password?https://docs.nxlog.co/manager/current/users/index.html

Hi @billychua,

The default password for JRE keystore is “changeit”.

Kindly see the following articles

https://myarch.com/cert-book/keystore_best_practices.html

https://stackoverflow.com/questions/11617210/how-to-properly-import-a-selfsigned-certificate-into-java-keystore-that-is-avail

 

Regards,
Emeka.