Download and Install Utimaco CryptoServer 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.

The PKCS#11 software is not included in the CryptoServerCP5-NfD-V5.2.0.1 package due to certification reasons. VS-NfD SupportingCD will also need to be downloaded as it includes the missing software.

  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 PKCS#11 library file libcs_pkcs11_R2.so from the SupportingCD package to the /opt/utimaco/lib directory and make the file executable.

›_ Console

# cp ~/SupportingCD-V5.2.0.1/Software/Linux/x86_64/CryptoAPIs/PKCS11_R2/lib/cs_pkcs11_R2.so /opt/utimaco/lib

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

  1. Copy the csadm and cxitool files from the Utimaco CryptoServerCP5[VS-NfD] package and the p11tool2 from the SupportingCD package to /opt/utimaco/bin directory and make all files executable.

›_ Console

# cd ~/CryptoServerCP5-NfD-V5.2.0.1.zip\Software\Linux\x86-64\Administration

# cp csadm /opt/utimaco/bin

# cd ~/CryptoServerCP5-NfD-V5.2.0.1.zip\Software\Linux\x86-64\Crypto_APIs\CXI\bin
# cp cxitool /opt/utimaco/bin

# cd ~/SupportingCD-V5.2.0.1/Software/Linux/x86_64/CryptoAPIs/PKCS11_R2/bin

# cp p11tool2 /opt/utimaco/bin

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