On Linux

  1. Copy the downloaded software at the appropriate location on the Oracle Database 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 pkcs11 library file libcs_pkcs11_R3.so from Utimaco CryptoServer software to the /opt/utimaco/lib directory and make the file executable.

›_ Console

# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /opt/utimaco/lib 
  1. Copy the csadm and p11tool2 files from Utimaco CryptoServer software to /opt/utimaco/bin directory and make both the files executable.

›_ Console

# cd ~/path_to_application_folder 
# cp csadm p11tool2 /opt/utimaco/bin 
# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2 
  1. Create the directory /etc/utimaco. Locate the Utimaco PKCS#11 configuration file in your SecurityServer directory, Linux/x86-64/Crypto_APIS/PKCS11_R3/sample. Copy the Utimaco PKCS#11 configuration file cs_pkcs11_R3.cfg into /etc/utimaco directory

›_ Console

# mkdir /etc/utimaco 
# cd <install directory>/Software/Linux/x86-
64/Crypto_APIs/PKCS11_R3/sample 
# cp cs_pkcs11_R3.cfg /etc/utimaco # cd /etc/utimaco