Configuring the keystore alias

By default, the CAE server uses a certificate with the alias CAE_AGENT_PORTAL. However, you can choose to use a custom alias.

Procedure

To configure the keystore alias, edit your CAE server properties file as follows:
  • If the CAE server is installed on Windows®, edit cqm.server.properties to specify a custom alias: com.rocketsoft.nm.qm.caeAgent.AtTlsKey=your_keystore_alias where your_keystore_alias is your custom alias. If a cqm.server.properties file does not exist, create one.
  • If the CAE server is installed on USS, edit the CAE server started task CQMCAESV to specify a custom alias in the STDENV in-stream data set:
    
    //STDENV DD *
    CQM_TLS_KEY_ALIAS=your_keystore_alias
    where your_keystore_alias is your custom alias.