Installing SecurityServer Software

To install the SecurityServer Software on a Linux system, do the following:

  1. Copy the downloaded software to the appropriate location on the OpenSSL Server.

  2. Create a utimaco folder in the /opt directory and create 2 folders within it: /opt/utimaco/bin and /opt/utimaco/lib.

›_ Console

mkdir -p /opt/utimaco/bin
mkdir -p /opt/utimaco/lib
  1. Copy the PKCS #11 library file libcs_pkcs11_R3.so from the Utimaco SecurityServer software to the /opt/utimaco/lib directory.

›_ Console

cp ./u.trust_anchor_product_bundle-x.x.x/Software/Linux/Crypto_APIs/PKCS11_R3/lib/libcs_pkcs11_R3.so /opt/utimaco/lib
  1. Copy the p11tool2 and qptool2 files from the u.tyour product bundle and the Utimaco QuantumProtect software to the /opt/utimaco/bin directory and make the files executable.

›_ Console

cd .\QuantumProtect-x.x.x.x\linux\Crypto_APIs\PKCS11_R3\samples\qptool2\bin
cp qptool2 /opt/utimaco/bin
cd ./u.trust_anchor_product_bundle-x.x.x/Software/Linux/Administration
cp p11tool2 /opt/utimaco/bin
chmod +x /opt/utimaco/bin/qptool2 /opt/utimaco/bin/p11tool2