Download Microsoft CNG/KSP Provider
Download the CNG Provider
Overview
The Microsoft CNG API Provider can be downloaded from the Support Portal. The Support Portal page contains:
- The ZIP with the MSI setup executable.
- 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, please contact us.
Download Instructions
- Login to the Support Portal and go to the Software - MS CNG/KSP Provider page.
- Download the
PrimusAPI_CNG-KSP-DownloadLink-v1.y.z.txt(for the required provider version).- It contains the credentials for the JFrog repository.
- Open the file. Use the download links and credentials to download the release ZIP:
- Unix
- Windows (cmd.exe)
- Browser
USER=support.reader.cng
CRED=REPLACE_ME
VERSION=latest
curl -L -O https://${USER}:${CRED}@securosys.jfrog.io/artifactory/cng/PrimusAPI_CNG-KSP-${VERSION}.zip
set USER=support.reader.cng
set CRED=REPLACE_ME
set VERSION=latest
curl -L -O https://%USER%:%CRED%@securosys.jfrog.io/artifactory/cng/PrimusAPI_CNG-KSP-%VERSION%.zip
Username: support.reader.cng