Saturday, February 6, 2010

Java Key Gen How To Create My Certificate Authority(CA) And Generate Server Certificate/key Pair To Be Used By SSL In Java?

How to create my Certificate Authority(CA) and Generate server certificate/key pair to be used by SSL in java? - java key gen

I have a client-server TCP / SSL works with Java and I make my own Certificate Authority (CA) file. and generate the server certificate key pair for the use of SSL. I need to know how you do these two things in Java?

1 comments:

geonauti... said...

If you need to generate the certificate, you can keytool.exe that comes with Java SE. Run keytool? for options.

Post a Comment