Linux 64-bit
Download
DEB package
SHA256 sum:
a5e00c3cbe62ca6f10cf3e55a470193ff648a2a556b0c89046f7a3c77470ea95RPM package
SHA256 sum:
ffd39aa09141f0afa654a540a9fb0e8b9460818a990d2410c1c4573bf2f16c7cLibrary (.so file)
SHA256 sum:
a800def2b37bf3fe4e4ec6eecb259c73f7d899c563b073b58d475a64096a6a61Installation 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.
Check the Clients: PKCS#11 Library for more details.
Installation for DEB from Public Repo
Steps to Download the DEB package
Add the following line to the file
/etc/apt/sources.list".deb https://download.fortanix.com/linux/apt focal mainDownload https://download.fortanix.com/linux/apt/fortanix.gpg.
After downloading the file
fortanix.gpg, run the following command to add the file to a trusted source.sudo apt-key add <directory-path>/fortanix.gpgWhere,
directory-pathis the folder where you downloaded the file.Run the following commands to get the latest package from the repo.
sudo apt updateRun the following command to install the package.
sudo apt install fortanix-pkcs11
Steps to Download the RPM package
Run the following command to go to the
yum.repos.ddirectory.cd /etc/yum.repos.d/Create the file
em-agent.repoin the folder from Step 1 and add the following contents to it, then save.[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=1Run the following commands to get the latest package from the repo.
sudo yum updateRun the following command to install the package.
sudo yum install fortanix-pkcs11
Windows 64-bit
Download
Installer
SHA256 sum:
4fc7190e285a9a9d9c8b61744ea64cb805c1a82de2ab8500809e2c7112c373bfInstallation
The Windows installer installs the PKCS#11 Library, as well as the Fortanix CNG and EKM providers. The default installation location of PKCS#11 library is C:\Program Files\Fortanix\KmsClient\FortanixKmsPkcs11.dll