Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

Install Server JRE

You can find instructions on how to install the Server JRE from the SSO Linux Install page. 

Use the same instructions to set the JRE_HOME environment variable.

Unpacking the Software

Perform backup of the directory:

Code Block
languagetext
/usr/local/ubisecure/ubilogin-certap*

Stop current service and remove old certap-server:

...

Code Block

...

/etc/init.d/certap-server stop
cd /usr/local/ubisecure/certap/certap/config/tomcat
./remove.sh

Rename certap directory to ubilogin-certap-old.

Unpack the new packet:

Code Block
languagetext
cd /usr/local/ubisecure/
tar xzvf certap-X.X.XXXX.zip

Copy the following files from the old directory to the matching locations in the newly created /usr/local/ubisecure/ubilogin-certap directory, overwriting any existing files.

Code Block
languagetext
/usr/local/ubisecure/ubilogin-certap-old/certap/unix.config
/usr/local/ubisecure/ubilogin-certap-old/certap/webapps/certap/WEB-INF/uap/pki/policy.xml
/usr/local/ubisecure/ubilogin-certap-old/certap/webapps/certap/WEB-INF/uap/metadata/metadata.xml
/usr/local/ubisecure/ubilogin-certap-old/certap/webapps/certap/WEB-INF/uap/identity.properties
/usr/local/ubisecure/ubilogin-certap-old/certap/custom*
/usr/local/ubisecure/ubilogin-certap-old/certap/logs*

Run the setup.sh script to create the configuration files.:

Code Block
languagetext
cd /usr/local/ubisecure/ubilogin-certap/certap
./setup.sh

Run update to install and start the service:

Code Block
languagetext
cd /usr/local/ubisecure/ubilogin-certap/certap/config/tomcat
./updateinstall.sh
/etc/init.d/certap-server start

Test installation. Remove temporary /usr/local/ubisecure/ubilogin-certap-old directory when upgrade is completed.