Downloading and Installing Utimaco Software

If you have not already done so, please create and request a 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 Cloudflare Keyless SSL Server.

  2. Create the required directories under /opt/utimaco.

sudo mkdir -p /opt/utimaco/bin
sudo mkdir -p /opt/utimaco/lib
  1. Copy the PKCS#11 library (libcs_pkcs11_R3.so) to the library directory.

sudo cp ~/path_to_application_folder/lib/libcs_pkcs11_R3.so /opt/utimaco/lib/
  1. Copy the required Utimaco utilities (csadm and p11tool2) to the binary directory.

cd ~/path_to_application_folder
sudo cp csadm p11tool2 /opt/utimaco/bin/
  1. Make the binaries executable.

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