Environmental variables

On Unix platforms in general and Linux in particular, the library's operating parameters are configured via system variables. On Windows platforms, the graphical console can also be used.

To define the scope of the environment variable (per process, per user or global) consult your operating system's documentation.

The options currently supported are1:


  1. The prefix of the environment variables has been updated since version 3.1.13 of the HSM client. As of this version the prefix is HSM_, in previous versions the prefix is DFENCE_.

    Example:

    Old version: DFENCE_LOAD_BALANCE_LIST.

    New version: HSM_LOAD_BALANCE_LIST.