Download Primus HSM Firmware
Login required
This resource requires an account to the Securosys Support Portal. If you don't have an account yet, please Contact Sales.
Download firmware
1. Retrieve the Download Credentials
- Login and Navigate to the Securosys Support Portal Primus HSM - Firmware page
- Download the
PrimusHSM_Firmware-DownloadLink-v####.txt
for the required firmware version and hardware platform
2. Download the Firmware
- Open
PrimusHSM_Firmware-DownloadLink-v####.txt
. The file contains:- Username
- Password
- Browser and curl links
- Download the firmware package:
- Unix
- Windows
- Browser
Copy and execute the line with the curl
command from the specific PrimusHSM_Firmware-DownloadLink-v####.txt
,
which already contains the user, required credential and platform specific file name, for example:
USER=support.reader.hsm
CRED=REPLACE_ME
curl -L "https://${USER}:${CRED}@securosys.jfrog.io/artifactory/primus-hsm/v3.2.x/PrimusH2G_Firmware-v3.2.6.zip" -o PrimusH2G_Firmware-v3.2.6.zip
Copy the line with the curl
command from the specific PrimusHSM_Firmware-DownloadLink-v####.txt
,
which already contains the user, required credential and platform specific file name, for example:
set USER=support.reader.hsm
set CRED=REPLACE_ME
curl -L "https://%USER%:%CRED%@securosys.jfrog.io/artifactory/primus-hsm/v3.2.x/PrimusH2G_Firmware-v3.2.6.zip" -o PrimusH2G_Firmware-v3.2.6.zip
Copy the first Download Link from the specific PrimusHSM_Firmware-DownloadLink-v####.txt
and enter Username
and Password
from PrimusHSM_Firmware-DownloadLink-v####.txt
.