Installing SecurityServer Software (Linux)

To install the SecurityServer software on a Linux system, complete the following steps:

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

  2. Create an utimaco folder under /opt directory and further create two directories: /opt/utimaco/bin and /opt/utimaco/lib.

›_ Console

Bash
mkdir -p /opt/utimaco/bin
mkdir -p /opt/utimaco/lib
  1. Copy the pkcs11 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 csadm and p11tool2 files from the Utimaco SecurityServer software to the /opt/utimaco/bin directory and make both the files executable.

›_ Console

Bash
cd ./u.trust_anchor_product_bundle-x.x.x/Software/Linux/Administration
cp csadm p11tool2 /opt/utimaco/bin
chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2