Wednesday, December 26, 2018

Java Security cacerts file and Some Useful Keytool Commands

12:00 AM

In this post I will explain about Java cacerts keystore file, cacerts is where Java stores public certificates of root CAs. Java uses cacerts to authenticate the servers. Keystore is where Java stores the private keys of the clients so that it can share it to the server when the server requests client authentication.