Download the Primus PKCS#11 Provider
Login required
This resource requires an account to the Securosys Support Portal. If you don't have an account yet:
- On-premise Primus HSM: Contact Sales
- CloudHSM: Create an account (free trial available).
Download the PKCS#11 Provider
Overview
The Software - PKCS#11 Provider (API) page on the support portal contains:
- The PKCS#11 API provider, compiled for different operating systems, as a ZIP file.
- The release notes.
- The "Download Links" file containing links and commands to fetch the ZIP file via the command line.
Download instructions
- Login to the Support Portal and go to the Software - PKCS#11 Provider (API) page
- Download the
PrimusAPI_PKCS11-DownloadLink-v####.txt
(for the required provider version) - Open the file. Use the download links and credentials to download the release ZIP:
- 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.4.0
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.4.0
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