Download the PKCS#11 Provider
Download the PKCS#11 Provider
Overview
The PKCS#11 API Provider can be downloaded from the Support Portal. The Support Portal page contains:
- The PKCS#11 API provider, compiled for different operating systems, as a ZIP file.
- The release notes.
- The "Download Links" file containing links, credentials, and commands to fetch the ZIP file via the command line.
note
Access to the Support Portal requires an account. If you are an existing Primus HSM or CloudHSM customer, your organization should already have an account. If you are not yet a Securosys customer or you are having issues, please contact us.
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 (cmd.exe)
- 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.5.3
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/p11/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.5.3
curl -L -O https://%USER%:%CRED%@securosys.jfrog.io/artifactory/p11/PrimusAPI_PKCS11-%VERSION%.zip
- Username:
support.reader.p11 - Password: copy from
PrimusAPI_PKCS11-DownloadLink-v####.txt