Configure setenv for OpenSSL

For Unica Campaign, we have upgraded the OpenSSL library from v3.0.7 to v3.0.16. When upgrading Campaign, add the following environment variables based on the operating system:

Microsoft Windows Add these variables in cmpServer.bat

set OPENSSL_CONF=<CAMPAIGN_HOME>/bin/openssl.cnf

set OPENSSL_MODULES=<CAMPAIGN_HOME>/bin

Unix-based Operating Systems Add these variables in setenv.sh on RHEL, SuSE, and AIX.

export OPENSSL_CONF=<CAMPAIGN_HOME>/bin/openssl.cnf

export OPENSSL_MODULES=<CAMPAIGN_HOME>/bin