--- title: "HSM Gateway" slug: "hsm-gateway" updated: 2026-08-19T07:06:17Z published: 2026-08-19T07:06:17Z canonical: "support.fortanix.com/hsm-gateway" --- > ## 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. # HSM Gateway ## Download [DEB package](https://download.fortanix.com/clients/5.8.2962/fortanix-hsm-gateway-5.8.2962.3530.8-amd64.deb?__hstc=215508872.e1be5064195267b8b0df1aa7d598497d.1783498436772.1784533151202.1784537698282.33&__hssc=215508872.24.1784537698282&__hsfp=adc38610f5554ca5e89bb80143e7b01d&_gl=1*15jj4e4*_gcl_au*MjA2Njc5MjM4MS4xNzgzNDk4NDM2LjExNDE2MTc1NDUuMTc4NDAxNjc4NS4xNzg0MDE2Nzg0) **SHA256 sum:** ```plaintext addfb6e69e42ec63c4dae55386497198f320449caaee713b17a9fea0d5700e38 ``` [RPM package](https://download.fortanix.com/clients/5.8.2962/fortanix-hsm-gateway-5.8.2962.3530.8-0.x86_64.rpm?__hstc=215508872.e1be5064195267b8b0df1aa7d598497d.1783498436772.1784533151202.1784537698282.33&__hssc=215508872.24.1784537698282&__hsfp=adc38610f5554ca5e89bb80143e7b01d&_gl=1*1dmbop8*_gcl_au*MjA2Njc5MjM4MS4xNzgzNDk4NDM2LjExNDE2MTc1NDUuMTc4NDAxNjc4NS4xNzg0MDE2Nzg0) **SHA256 sum:** ```plaintext fbb9febf6a86cb04f862dd592248091e02cad248120162843e6b413331d62da8 ``` ## HSM Gateway - Supported Operating Systems (OS) *For more information on the HSM Gateway client OS compatibility matrix, refer to* [*Compatibility Matrix*](/v1/docs/fortanix-dsm-clients-compatibility-matrix)*.* ## HSM Gateway - 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-hsm-gateway ``` #### 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-hsm-gateway ```