Configuring Connection to CipherTrust Manager
To configure the connection:
Specify the following values in the IngrianNAE.properties file.
NAE_IP: IP address of the CipherTrust Manager.
NAE_Port:
9000. This is the default value.Log_Level:
MEDIUM. This is the default value. However, you can specify the value as HIGH for troubleshooting.Protocol:
tcp: If you set the protocol as
tcp, it will not require additional configurations in terms of connection.ssl: If you set it as
ssl, it requiresCA_File,Cert_File,Key_File,Passphrase, andProtocolto be specified as mandatory parameters.
Log_File: Full path and file name (for example,
Logfile.txt). Ensure that you have write permissions for the path and file. It is recommended to specify any public location, such as/tmp.
For the full list with explanation of IngrianNAE.properties file, refer to the SafeNet ProtectApp User Guide.
Modify the environment variables for the SafeNet ProtectApp NGINX user.
Ensure that the following environment variables are exported so that they are inherited by new NGINX processes. You can do this by adding them in the shell profile so that if the machine restarts, the variables are exported by the default source (in many shells, the file is called .profile or .bash_profile and is located in the home directory of the SafeNet ProtectApp NGINX user).
Export NAE_Properties_Conf_Filename= path of the IngrianNAE.properties file
For example,
export NAE_Properties_Conf_Filename=/opt/${properties}Export IngrianNAE_Properties_Conf_Slot_ID_Max= Max Slot ID, that is, 100.
For example,
export IngrianNAE_Properties_Conf_Slot_ID_Max=100Export IngrianNAE_Properties_Conf_SessionID_Max= Max Session ID, that is, 100.
For example,
export IngrianNAE_Properties_Conf_SessionID_Max=100
Ensure that the
nginx.conffile is valid and error-free.Start the NGINX Web Server.