Manage keystore and key password

By default, Apache TomcatTM uses changeit as both the keystore and the key password. If you follow the general recommendation, your keystore should have different passwords. If you only set the key password, Apache TomcatTM will also use it as keystore password. Only if key and keystore passwords differ, you must set both parameters.

Follow this procedure to change the key and keystore passwords.

Procedure

  1. Start ARIS Cloud Controller on your ARIS Publisher Server.
  2. Enter: stop businesspublisher_<s,m or l>

    The runnable will be stopped.

  3. Enter: reconfigure businesspublisher_<s,m or l> connector.https.keyPass=<key password> connector.https.keystorePass=<keystore password>

    for example reconfigure businesspublisher_m connector.https.keyPass="g3h31m" connector.https.keystorePass="g3h31m3r"

    In this example quotes are not strictly necessary. Quotes are necessary for strong passwords containing special characters.

  4. Enter: start businesspublisher_<s,m or l>

The key and keystore passwords are set.