AlphaGarden / SSL-Client-Server

A simple Java SSL/TSL socket client and server demo.
36 stars 25 forks source link

[Request] Info on adding certs to keystore/truststore #1

Closed bzlister closed 4 years ago

bzlister commented 4 years ago

Is there any way you could show the commands used to add the .p12 certs to keystores and truststores? I've been having a lot of difficulty with it.

AlphaGarden commented 4 years ago

Please place those files under client and server folders if you work on a maven project and make sure they follow the below structure: - src -- main --- java --- resources ---- client ---- server Hope this helps.