Download the PKCS#11 API Provider
Login required
This resource requires an account to the Securosys Support Portal. If you don't have an account yet:
- On-premises - Primus HSM: Contact Sales
- Cloud - Securosys CloudHSM: Create an account (free trial available).
1. Retrieve the download credentials
- Login to the Securosys Support Portal.
- Download the
PrimusAPI_PKCS11-DownloadLink-v#.txt
(Several versions available).
2. Download the software package
- Open
PrimusAPI_PKCS11-DownloadLink-v####.txt
. The file contains:- username
- password
- Download the software package:
- Unix
- Windows
- Browser
Replace the variables CRED
, VERSION
with the values from the PrimusAPI_PKCS11-DownloadLink-v####.txt
:
USER=support.reader.p11
CRED=REPLACE_ME
VERSION=v2.1.1
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/p11/PrimusAPI_PKCS11-${VERSION}.zip -o PrimusAPI_PKCS11-${VERSION}.zip
Replace the variables CRED
, VERSION
with the values from the PrimusAPI_PKCS11-DownloadLink-v####.txt
:
set USER=support.reader.p11
set CRED=REPLACE_ME
set VERSION=v2.1.1
curl -L -o "PrimusAPI_PKCS11-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/p11/PrimusAPI_PKCS11-%VERSION%.zip
- Username:
support.reader.p11
- Password: copy from
PrimusAPI_PKCS11-DownloadLink-v####.txt