--- title: "PKCS#11 [5.3.2861]" slug: "pkcs-11-5-3-2861" updated: 2026-08-19T08:30:29Z published: 2026-08-19T08:30:29Z canonical: "support.fortanix.com/pkcs-11-5-3-2861" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.fortanix.com/llms.txt > Use this file to discover all available pages before exploring further. # PKCS#11 [5.3.2861] ## Linux 64-bit ### Download [DEB package](https://download.fortanix.com/clients/5.3.2861/fortanix-pkcs11-5.3.2861-amd64.deb) **SHA256 sum:** ```plaintext 37fa8a3bee94592930f51ee94ff67c072573db18149aeac072516c50c6796fc6 ``` [RPM package](https://download.fortanix.com/clients/5.3.2861/fortanix-pkcs11-5.3.2861-0.x86_64.rpm) **SHA256 sum:** ```plaintext 029b11fc51dea23082973529a767ca66f9e5b7b720aa7caf52ca4d22db0a2fdd ``` [Library (.so file)](https://download.fortanix.com/clients/5.3.2861/fortanix_pkcs11_5.3.2861.so) **SHA256 sum:** ```plaintext 7a02680cfff5387729e3d6a5b997ecf439fecf40177eedd4bc18ad41fc8d3def ``` ### Installation for DEB The RPM and DEB installer copies the Fortanix Data Security Manager (DSM) PKCS#11 shared object file (library) to `/opt/fortanix/pkcs11/fortanix_pkcs11.so` . One can also download the `.so` file and use it directly. *For more information, refer to* [*Clients: PKCS#11 Library*](/v1/docs/fortanix-dsm-clients-pkcs11-library)*.* ### Installation for DEB from Public Repo #### Steps to Download the DEB Package 1. Add the following line to the file `/etc/apt/sources.list"`: ```plaintext deb https://download.fortanix.com/linux/apt focal main ``` 2. Download [*https://download.fortanix.com/linux/apt/fortanix.gpg*](https://download.fortanix.com/linux/apt/fortanix.gpg). 3. After downloading the file `fortanix.gpg`, run the following command to add the file to a trusted source: ```plaintext sudo apt-key add /fortanix.gpg ``` Where, `directory-path` is the folder where you downloaded the file. 4. Run the following commands to get the latest package from the repo: ```plaintext sudo apt update ``` 5. Run the following command to install the package: ```plaintext sudo apt install fortanix-pkcs11 ``` #### Steps to Download the RPM Package 1. Run the following command to go to the `yum.repos.d` directory: ```plaintext cd /etc/yum.repos.d/ ``` 2. Create the file `em-agent.repo` in the folder from *Step 1* and add the following contents to it, then save: ```plaintext [em-agent] name=EM Agent  - $basearch baseurl=https://download.fortanix.com/linux/yum/el7/x86_64 enabled=1 gpgkey=https://download.fortanix.com/linux/yum/fortanix.pub gpgcheck=1 ``` 3. Run the following commands to get the latest package from the repo: ```plaintext sudo yum update ``` 4. Run the following command to install the package: ```plaintext sudo yum install fortanix-pkcs11 ``` ## Windows 64-bit ### Download [Installer](https://download.fortanix.com/clients/5.3.2861/FortanixKmsClient-5.3.2861.msi) **SHA256 sum:** ```plaintext 30af692badcbc6301533a7ec34dc1e8180c19ec88c88d5c21f19fc03d9d66064 ``` ### Installation The Windows installer installs the PKCS#11 library, as well as the Fortanix CNG and EKM providers. The default installation location of the PKCS#11 library is `C:\Program Files\Fortanix\KmsClient\FortanixKmsPkcs11.dll`.