Monday, February 8, 2010

Java Generate Server Certificate 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 generate server certificate

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, which comes in Java SE. Run keytool? for options.

Post a Comment