Installation of the Application Server generates a digital certificate suitable for internal testing. By default, the Application Server stores its certificate information in two files in the install_dir/domains/
domain_name/config
directory:
keystore.jks
, contains the Application Server’s digital certificate, including its private key. The keystore file is protected with a password, initially changeit
. You can change the password using keytool
.
Each keystore entry has a unique alias. After installation, the Application Server keystore has a single entry with alias s1as
.
cacerts.jks
, contains the Application Server’s trusted certificates, including public keys for other entities. For a trusted certificate, the server has confirmed that the public key in the certificate belongs to the certificate’s owner. Trusted certificates generally include those of certification authorities (CAs).