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:
If you need to generate the certificate, you can keytool.exe that comes with Java SE. Run keytool? for options.
Post a Comment