Downloading and Installing Utimaco Software

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

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

  2. Create a Utimaco folder under /etc directory and further create 2 directories: /etc/
    utimaco/bin and /etc/utimaco/lib.

# mkdir -p /etc/utimaco/bin
# mkdir /etc/utimaco/lib
  1. Copy the pkcs11 library file libcs_pkcs11_R3.so from Utimaco GP HSM software to
    the /etc/utimaco/lib directory.

# cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /etc/utimaco/lib
  1. Copy the csadm and p11tool2 files from Utimaco GP HSM software to /etc/
    utimaco/bin directory and make both files executable.

# cd ~/path_to_application_folder
# cp csadm p11tool2 /etc/utimaco/bin
# chmod +x /etc/utimaco/bin/csadm /etc/utimaco/bin/p11tool2