Re: Generating truststore for LDAPS

2013-07-31 Thread Ian Duffy
Hi Abhi, Cool thanks for confirming that. Simpler than expected... On 31 July 2013 11:04, Abhinandan Prateek wrote: > Ian, > You are already done with the steps. You just need the path to truststore > and password to create the SSL connection to LDAP. > > -abhi > > > On Wed, Jul 31, 2013 at 3

Re: Generating truststore for LDAPS

2013-07-31 Thread Abhinandan Prateek
Ian, You are already done with the steps. You just need the path to truststore and password to create the SSL connection to LDAP. -abhi On Wed, Jul 31, 2013 at 3:33 PM, Abhinandan Prateek wrote: > > For creating trusted connections to LDAP you need to do the following: > > 1. Generate a test

Re: Generating truststore for LDAPS

2013-07-31 Thread Abhinandan Prateek
For creating trusted connections to LDAP you need to do the following: 1. Generate a test certificate using javatools that come with JDK. 2. Import this certificate in your AD. 2. Now you need to add this certificate(private key) to your truststore from where you will run the LDAP client. This is

Re: Generating truststore for LDAPS

2013-07-31 Thread Ian Duffy
So far I installed the "Active Directory Certificate Services" Confirmed Domain Controller authentication was present in both Certificate Templates and CA -> Certificate templates. I created a new cert in MMC under personal, exported this and used keytool to create a keystore keytool -import -fi

Generating truststore for LDAPS

2013-07-31 Thread Ian Duffy
Hi, Can anybody instruct me on how I can go about enabling LDAPS on active directory and creating a truststore?