Hello Experts,
I am trying to connect to connect to do the LDAP authentication for new environment.
Environment - OBI12c
Cluster - NO
EM roles - Imported via .bar file
Created a new provider and done the same configuration similar to dev, but whenever I am trying to save and connect, its through me an error:-
Security:090834]No LDAP connection could be established. ldaps://<servername/IP>:636 Cannot connect to the LDAP server
after googling learnt that some ldap certificates need to be also configured in keystore and cacerts.
I have also got the command to import certificates:-
keytool -import -keystore $JAVA_HOME/jre/lib/security/cacerts -alias <alias> -file <root CA file> -storepass <password> -noprompt
I am confused what is -alias<alias> name here ?
How should I get it.
I have already got the CAcert for ldap server.
Thanks for all your response.
Abhi