Linux 64-bit
Download
- DEB package
SHA256 sum:
66ccdb5830c65a19d19ad6c15ea9200925b8107a49bc5a4f6a1d05b4e51f1b7f
- RPM package
SHA256 sum:
75b813141074aac0828fe0979b96a9d7382887d502f3b649b29fdb67f622ebb7
- Library (.so file)
SHA256 sum:
d4fd2f3ffede191bce9b57824f065f2cc4b0806dd93c9cbd44fee34b003ed1b6
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.
Check the PKCS#11 developer guide 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 main
- Download 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.gpg
directory-path
is the folder where you downloaded the file. - Run the following commands to get the latest package from the repo.
sudo apt update
- Run 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.d
directory.cd /etc/yum.repos.d/
- Create the file
em-agent.repo
in 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=1
- Run the following commands to get the latest package from the repo.
sudo yum update
- Run the following command to install the package.
sudo yum install fortanix-pkcs11
Windows 64-bit
Download
- Installer
SHA256 sum:
2ab93c79144df7a58f3193bad58a6ecc075adb7dfd49c7c69692598880aee99a
Installation
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
Comments
Please sign in to leave a comment.