Setting up the environment

To allow the library to find the correct configuration file, set the CS_CNG_CFG environment variable to point at it. If you have installed using the SecurityServer installer application, this will have been set for you, and will point at the indicated file:

>_ Console

C:\> set CS_CNG_CFG=C:\ProgramData\Utimaco\CNG\cs_cng.cfg

If your CryptoServer cluster includes multiple devices, for load balancing, failover or high-availability, it is recommended that you have/add the following values in your configuration:

>_ Console

KeysExternal = true
KeyStore = C:\CryptoServer\CNG\keys
# list all devices, each to its own line:
Device = 288@<ipaddr_1>
Device = 288@<ipaddr_2>
# and so on