I am trying to implement an application from a vendor who has deployed it using Tomcat. Due to a client requirement, I need to use LDAPS to talk to their AD Directory service. I have it working on LDAP, so I know the config is correct at that point. Where I am having a problem is figuring out how to import the cert from the CA I have setup on the AD server. Everything I can find mentions commands that aren't on the windows server that Tomcat 7 is installed on. I tried installing the openssl tools that I found but I still don't have the commands to import a cert. Have been looking on Google without any success.
Would appreciate any suggestions or links on how to get this working. Thanks, Ron