HSM Gateway

HSM Gateway 

Download

  • DEB package

    SHA256 sum:
    e9dc3e05d2aa181ded8bb103c7669959f69933beaf90635504037fd7b4838213
  • RPM package

    SHA256 sum:
    0a69d79d4e0d0bfce1558e816fdfd477e03f87d2e6ec617879ef5931c1c4f151

HSM Gateway - Public Repo

Steps to download the DEB package

  1. Add the following line to the file /etc/apt/sources.list".
    deb https://download.fortanix.com/linux/apt focal main
  2. Download 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.
    sudo apt-key add <directory-path>/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.
    sudo apt update
  5. Run the following command to install the package.
    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.
    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.
    [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.
    sudo yum update
  4. Run the following command to install the package.
    sudo yum install fortanix-hsm-gateway

Comments

Please sign in to leave a comment.

Was this article helpful?
0 out of 0 found this helpful