Download and Install Utimaco SecurityServer Software

  1. Copy the downloaded software to the appropriate location on the OpenStack Barbican Server.

  2. Create a 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 SecurityServer software to the /opt/utimaco/lib directory

›_ Console

# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /opt/utimaco/lib

  1. Copy the csadm and p11tool2 files from Utimaco SecurityServer software to /opt/utimaco/bin directory and make both the files executable.

›_ Console

# cd ~/path_to_application_folder/Software/Linux/Administration

# cp csadm p11tool2 gladm /opt/utimaco/bin

# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2  /opt/utimaco/bin/gladm
# chmod +x /opt/utimaco/lib/libcs_pkcs11_R3.so