Skip to main content

Set Up Environment Variables for Key Manager

Set up the necessary environment variables on the Key Manager back ends.

  1. Append the following lines to the configuration file in /etc/sysconfig/sshmgr (if you have not done so already):

    # Environment variables for Oracle SSL connectivity
    ORACLE_HOME=/usr/lib/oracle/11.2/client64
    TNS_ADMIN=/etc/sshmgr/oracle_config
    export ORACLE_HOME
    export TNS_ADMIN
  2. Restart the Key Manager process:

    # supervisorctl restart all
  3. Restart the Nginx web server:

    # service nginx restart

The Key Manager Database connection are now secured with SSL.