Configuring EAM SSL under JBoss - HxGN EAM - 12.0.1 - Installation & Upgrade

HxGN EAM Application Installation

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
12.0.1
  1. Open the file [APP_HOME]/depconfig/properties/external/config.yml in a text editor.

  2. Add/modify the core and apache sections of the file like the examples below.

    core:
    server: < Common Name (CN) > ports:
    https: <some port> apache:
    ssl: true

    If you name your certificate and key something other than server.crt and server.key, then you will need to include the sections below under apache:

    certname: '{{{apache.home}}}/certificates/<name of certificate file including extension>'

    keyname: '{{{apache.home}}}/certificates//<name of key file including extension>'

    Also, make sure to set the server attribute to match the Common Name (CN) that was used when generating the certificate signing request.

  3. Copy your certificate and key files to the appropriate [APP_HOME]/overrides/certificates directory.

  4. Choose one of the following options to redeploy the EAM application:

    • On Linux, execute the deploy shell script: ./deploy.sh

    • On Windows, execute the deploy batch script: deploy.bat