Microsoft CNG/EKM Client
Download and Installation
Windows 64-bit Installer
SHA256 sum:
67a1da582c52df4b23b9ed3227e4b159106de6a9d3dae0cd4c25b740ce01b377The Windows 64-bit installer installs the Fortanix Cryptographic Next Generation (CNG) Provider, Enterprise Key Management (EKM) Provider, Cryptographic Service Provider (CSP), and PKCS#11 library.
Windows 32-bit Installer
SHA256 sum:
be3b73609374cbcdb19775961affb13f424af61d64c1c41b08a052683d6e68bbThe Windows 32-bit installer installs the Fortanix CNG Provider.
For more information, refer to Microsoft CNG Key Storage Provider.
Operating System Compatibility Matrix
For more information on the CNG client OS compatibility matrix, refer to Compatibility Matrix.
CNG/EKM Client Installation from Public Repo using Private Chocolatey Server
The Chocolatey window client is available at the following URL: https://chocolatey.org/install.
Follow the instructions in the URL above to install the Chocolatey client.
Add the server to the Chocolatey sources list using the following command:
choco source add -n="fortanix" --source="https://download.fortanix.com/chocolatey" choco source enable -n="fortanix"Install the CNG/EKM client using the following command:
choco install fortanixkmsclient
CNG/EKM Client Uninstallation using Private Chocolatey Server
Uninstall the CNG client using the following command:
choco uninstall fortanixkmsclientRemove the server from the Chocolatey sources list using the following command:
choco source remove -n="fortanix"
CNG/EKM Client Upgrade using Private Chocolatey Server
Upgrade the CNG client using the following command:
choco upgrade fortanixkmsclient