Versions Compared

Key

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

Where do you specify which certificate Ubisecure SSO/CustomerID uses? Where are server certificate stored?

...

Settings are stored in the Tomcat server.xml file. By default, after initial installation, Ubisecure SSO uses certificate stored in the file "ubilogin-sso/ubilogin/custom/tomcat/keystore.pfx". Ubisecure CustomerID uses certificate stored in the file "customerid/application/custom/tomcat/keystore.pfx"

...

Ceritificate alias name inside keystore must be "tomcat" when applied on tomcat servers, in practise SSO or CustomerID 4.x versions. In CustomerID 5.x the application server is wildfly and the certificate alias needs with default CustomerID installation is expected to be "wildfly". 

After you overwrite the file keystore.pfx you must execute

...

customerid\application\config\tomcat\update.cmd (Windows)

or 

./tomcat/update.sh (linux)


The change must be made on each node.

...