Versions Compared

Key

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

...

The certificate can be added to the Java certificate store using the keytool command. Here are is example commands command for Windows and Linux installations when assuming keytool is in the path: 

Code Block
languagetext
themeDefault
titleListing 1. Windows:
cd /d "C:\Program Files\Ubisecure\ubilogin-sso\"
setenv.cmd
keytool -importcert -cacerts -trustcacerts -alias mytrustedca -file <insert filename here> -storepass changeit
Code Block
title
languagetext
themeDefault
Listing 2. Linux:
cd /usr/local/ubisecure/ubilogin-sso/
./setenv.sh
keytool -importcert -cacerts -trustcacerts -alias mytrustedca -file <insert filename here> -storepass changeit

...