Java Keystore (JKS)
Java Keystore Integration
Section titled “Java Keystore Integration”Short Summary: Update JKS files on disk for Tomcat, JBoss, or generic Java apps.
Configuration
Section titled “Configuration”Installation Policy:
- Type:
JKS/PKCS12 File. - Path:
/opt/tomcat/conf/keystore.jks. - Keystore Password:
changeit. - Alias:
tomcat.
Behavior
Section titled “Behavior”The Agent will:
- Read the existing JKS.
- Replace the
PrivateKeyEntryunder the specifiedaliaswith the new KeyPair. - Update the reliability chain.
- Save the file to disk.
- (Optional) Run a script to restart the Java process.