Hey,
Sorry - a work related question but im going mad here!
i need to communicate via SSL for a new piece of development, and have got the necessary java methods to handle a socket connection with SSL. I simply need to pass in the name of a keystore and its password.
To create the keystore im using a java tool called Keytool - but i cant figure out how to generate the appropriate certificates - which i want to be 'self-signed' (this is the important bit).
I need a Root Certificate, Personal Certificate, and Private Key... using Keytool i've got the Root Cert and the Private Key, but i cant generate the Personal Certificate, as this is usually issued by a CA such as verisign...!!
Nobody in my office has had to do this before so im on my own, and very stuck!!
Any suggestions anyone?