Java
Most Java applications use the keystore that's supplied with JDK to store cryptographic keys,
X.509 certificate chain information, and trusted certificates. The default JDK keystore in Oracle Linux is the /etc/pki/java/cacerts file. You can use
the keytool command to generate, install, and manage certificates in the
Java keystore.
The following examples show how you might use the keytool command.
For more information, see the keytool(1) manual page.