Private and public key separately
问题 οκ!I want to establish a client server communication oves SSL/TLS in java. The server is multithreaded. With openssl I acted as my own CA (created private key and self-signed certificate for the authority). Now I want to create keys and certs for my server and clients which are signed from the CA I created. 1)Do I have to create certs and keys from the prompt for every single client? Or is it another "automated" way eg with a script? 2) I have seen that this code for setting up keystores