Now, I created a an entry in my default keystore file using below
keytool command on my windows2000 command prompt :

keytool -genkey -dname "CN=Nick Chase, OU=InformIT, O=Pearson, L=NPR,
S=Florida, C=US" -alias nick -storepass mystorepassword -keypass
mykeypassword -storetype jks

Do you want 2 way auth? If so, you have to pass the certs both ways. You create a cert on the client machine and import it on the server, and vice versa. If you don't want the 2 way auth, you need to turn it off on the server.


Chris

Reply via email to