Download and Install Utimaco SecurityServer Software

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

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

  2. Create /utimaco/bin and /utimaco/lib directories under /opt.

›_ Console

# mkdir -p  /opt/utimaco/bin 

# mkdir /opt/utimaco/lib

  1. Copy the PKCS#11 library file libcs_pkcs11_R3.so from the Utimaco SecurityServer software package to the /opt/utimaco/lib directory and make the file executable.

›_ Console

# cp ~/u.trust-GP-HSM-Product-Bundle_v6.3.0.0/Software/Linux/Crypto_APIs/PKCS11_R3/lib/libcs_pkcs11_R3.so /opt/utimaco/lib

# chmod +x /opt/utimaco/lib/cs_pkcs11_R3.so

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

›_ Console

# cd ~/u.trust-GP-HSM-Product-Bundle_v6.3.0.0/Software/Linux/Administration/

# cp csadm p11tool2 /opt/utimaco/bin

# chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2

# chmod +x /opt/utimaco/lib/libcs_pkcs11_R3.so