HSM Gateway
Download
- DEB package
SHA256 sum:
e9dc3e05d2aa181ded8bb103c7669959f69933beaf90635504037fd7b4838213
- RPM package
SHA256 sum:
0a69d79d4e0d0bfce1558e816fdfd477e03f87d2e6ec617879ef5931c1c4f151
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.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-hsm-gateway
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-hsm-gateway
Comments
Please sign in to leave a comment.