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.
-
Copy the downloaded software to the appropriate location on the Cloudflare Keyless SSL Server.
-
Create the required directories under
/opt/utimaco.
sudo mkdir -p /opt/utimaco/bin
sudo mkdir -p /opt/utimaco/lib
-
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/
-
Copy the required Utimaco utilities (
csadmandp11tool2) to the binary directory.
cd ~/path_to_application_folder
sudo cp csadm p11tool2 /opt/utimaco/bin/
-
Make the binaries executable.
sudo chmod +x /opt/utimaco/bin/csadm /opt/utimaco/bin/p11tool2