Download and Install Utimaco Software

If you have not already done so, please create and request an Utimaco Support Portal Account. This will allow you to download the software components needed for this installation.

  1. Copy the downloaded software at the appropriate location on the Oracle WebLogic Server.

  2. Create utimaco folder under /opt directory and further create 2 directories; /opt/utimaco/bin and /opt/utimaco/lib.

›_ Console

# mkdir -p /opt/utimaco/bin # mkdir /opt/utimaco/lib
  1. Copy JCE library file CryptoServerJCE.jar from Utimaco SecurityServer software to the /opt/utimaco/lib directory.

›_ Console

# cp ~/path_to_application_folder/Linux/x86-64/Crypto_APIs/JCE/lib/CryptoServerJCE.jar /opt/utimaco/lib
  1. Copy the csadm, ADMIN.key and cxitool files from Utimaco SecurityServer software to

/opt/utimaco/bin directory and make both files executable.

›_ Console

# cd ~/path_to_application_folder

# cp csadm ADMIN.key cxitool /opt/utimaco/bin

# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/cxitool
  1. Copy the file CryptoServerJCE.jar for Java 8 from Utimaco SecurityServer software to <java-home>/lib/ext.

›_ Console

cp /opt/utimaco/lib/CryptoServerJCE.jar

/home/oracle/jdk1.8.0_211/jre/lib/ext/