Skip to content

Java Keystore (JKS)

Short Summary: Update JKS files on disk for Tomcat, JBoss, or generic Java apps.

Installation Policy:

  • Type: JKS/PKCS12 File.
  • Path: /opt/tomcat/conf/keystore.jks.
  • Keystore Password: changeit.
  • Alias: tomcat.

The Agent will:

  1. Read the existing JKS.
  2. Replace the PrivateKeyEntry under the specified alias with the new KeyPair.
  3. Update the reliability chain.
  4. Save the file to disk.
  5. (Optional) Run a script to restart the Java process.