I have few demo certificates containing: csr files along with public and private keys of both the parties' security certificates.
How should I use them in my java program?
The demo certificates are required for client server communication. The client is a standalone java program and the server is a servlet deployed on jboss. How do I use these certificates. The keytool command creates a new public-private key pair. How tdo I add the existing certificates which are already signed by a demo ca. to both the client and the server.