Configuring the WEBSERVER alias

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

Procedure

To configure the WEBSERVER alias, edit your CAE server properties file:4
  • If the CAE server is installed on Windows, edit cqm.server.properties to specify a custom alias: com.rocketsoft.nm.qm.webclient.sslKeyAlias=your_keystore_alias. If a cqm.server.properties file does not exist, create one.
  • Start of changeIf 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_WEB_KEY_ALIAS=your_alias
    End of change