Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering Integration Server | Using Keystores and Truststores with Integration Server | Keystore, Truststore, and Key Aliases | Default Keystore and Truststore Aliases
 
Default Keystore and Truststore Aliases
Integration Server creates default keystore and truststore aliases the first time Integration Server starts.
Important:
Use these aliases only in development environments where testing and debugging is performed. Do not use these aliases in a production environment.
The following table lists the predefined keystore and truststore aliases for Integration Server.
Default Alias
Description
DEFAULT_IS_
KEYSTORE
The name of the default keystore alias for Integration Server. The DEFAULT_IS_KEYSTORE points to the Software AG_directory /common/conf/keystore.jks file.and the default password is “manage” for all the entries.
DEFAULT_IS_
TRUSTSTORE
The name of the default truststore alias for Integration Server. The DEFAULT_IS_TRUSTSTORE points to Software AG_directory /common/conf/platform_truststore.jks file and the default password is “manage” for all the entries.
DEFAULT_JVM_TRUSTSTORE
The name of the truststore alias for the JVM truststore. The DEFAULT_JVM_TRUSTSTORE points to {java.home}/lib/security/cacerts.
You can edit and delete the default aliases. The certificate file format of the default keystore and truststore is Java keystore (JKS). The provider for the default keystore and truststore alias is the one shipped with the JVM.