Thursday, February 4, 2010

Generate A Certificate Authority Java 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? - generate a certificate authority java

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 comment:

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