certutil command-line utility to associate the certificates with their corresponding private keys stored on the HSM.
Import the certificates
Perform the following steps to import the certificates by using Microsoft Management Console (MMC) and the Certificates Snap-in:Open Microsoft Management Console by pressing Windows+R to open Run, and enter
mmc in the empty text box. Select [ OK ].Right-click within the Certificates panel and select All Tasks > Import to start the Certificate Import Wizard.
Leave the default option selected to place all certificates in the Personal certificate store and select [ Next ].
Review the summary of the selected options and select [ Finish ].
A notification window should pop up stating that the import was successful.
Right-click within the Certificates panel and select All Tasks > Import to start the Certificate Import Wizard.
Leave the default option selected to place all certificates in the Trusted Root Certificate Authorities certificate store and select [ Next ].
Associate the certificates
Perform the following steps to associate the certificates with their corresponding private keys stored on the HSM by using certutil:Note the serial numbers of both the CA certificate and the leaf certificate for use in the following certutil commands. To do so, perform the following steps:
- Double-click on each certificate.
- Go to the Details tab.
- Note the listed serial number value.
Run the following command to associate the leaf certificate with its corresponding private key stored on the HSM, substituting serial_number with the actual certificate serial number value:
The My element represents the Personal certificate store.
Powershell
Run the following command to associate the CA certificate with its corresponding private key stored on the HSM:
The Root element represents the Trusted Root Certification Authorities certificate store.
Powershell
For further confirmation that both certificates are now associated with their corresponding private keys on the HSM, double-click each of the certificates in the MMC Certificates snap-in.
If it works, you should now see a message stating that you have a private key that corresponds to this certificate.

