HSM Gateway
Download
-
DEB package
SHA256 sum:addfb6e69e42ec63c4dae55386497198f320449caaee713b17a9fea0d5700e38
-
RPM package
SHA256 sum:fbb9febf6a86cb04f862dd592248091e02cad248120162843e6b413331d62da8
HSM Gateway - Supported Operating Systems (OS)
For more information on the HSM Gateway client OS compatibility matrix, refer to Compatibility Matrix.
HSM Gateway - 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.gpgWhere,
directory-pathis 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-hsm-gateway
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 sav[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-hsm-gateway
Comments
Please sign in to leave a comment.