Download
Download access
Access to the software download requires registration as a
registered support user.
If you are new to developing
applications with a Securosys-HSM, you can obtain a free developer
account by contacting us at info@securosys.com.
Download Link & Credentials
To download the PrimusAPI PKCS#11 retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article in the Download section. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
Configuration Files
Replace the variables CRED
, VERSION
with the values from the Download-Link-File.
- Unix
- Windows
- Browser
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
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