luthriaajay
Programmer
1) I have created my own Server Certificate with the keytool command,
and my client application is sending sensitive data over https to
a Servlet.
2) Now,if the Servlet is sending back sensitive information back to the client :
2.a) How do I create a Client Certificate so that the server can trust it?
2.b) Where do I store the client certificate?
Do I store the client certificate in the cacerts file?
Normally,all server certificate are stored in the cacerts file so that
the client can trust the server certificate,right?
Now,I would like to create a client certificate and store it,so that
the server can trust it before sending data back to my application.
Please can any guide me.
ajay
ajayluthria@hotmail.com
and my client application is sending sensitive data over https to
a Servlet.
2) Now,if the Servlet is sending back sensitive information back to the client :
2.a) How do I create a Client Certificate so that the server can trust it?
2.b) Where do I store the client certificate?
Do I store the client certificate in the cacerts file?
Normally,all server certificate are stored in the cacerts file so that
the client can trust the server certificate,right?
Now,I would like to create a client certificate and store it,so that
the server can trust it before sending data back to my application.
Please can any guide me.
ajay
ajayluthria@hotmail.com