Set Up Environment Variables for Key Manager
Set up the necessary environment variables on the Key Manager back ends.
-
Append the following lines to the configuration file in
/etc/sysconfig/sshmgr(if you have not done so already):# Environment variables for Oracle SSL connectivityORACLE_HOME=/usr/lib/oracle/11.2/client64TNS_ADMIN=/etc/sshmgr/oracle_configexport ORACLE_HOMEexport TNS_ADMIN -
Restart the Key Manager process:
# supervisorctl restart all -
Restart the Nginx web server:
# service nginx restart
The Key Manager Database connection are now secured with SSL.