Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment variables can be set Control Panel System and Security System Advanced system settings Environment Variables → VariablesSystem Variables  New...
Image Removed

Image Added


Note

If you define environment variable in another way (for example using the command line directly), notice the correct usage of quotation marks in Windows. Don't include the quotation marks into the value of the environment variable.

...

If you plan to use back channel connections from Ubisecure CustomerID over SSL encrypted connections, you will have to add each server's public key to the Server's cacerts file: %JAVA_HOME%\lib\security\cacerts. Once you have downloaded the server's public key, you can add it to the key store with the following commands:

Code Block
languagetext
cd /D "%JAVA_HOME%\lib\security\"
%JAVA_HOME%\bin\keytool.exe -importcert -trustcacerts -alias "<descriptive alias here>" -keystore cacerts -storepass changeit -file C:\path\to\certificate.cer

...