certutil command, refer to this manual page: docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil. However, generally, your use case won’t go beyond the case in this section.
To find the serial number of your certificate, which you need for the next step, perform the following steps:
- Locate it in the Personal certificate store and double-click it.
- Go to the Details tab and note the serial number for the certificate to use in the
certutilcommand.
To associate a private key held in the Vectera Plus with a code-signing certificate held in the Local Machine Windows certificate store, open the Command Prompt application as an Administrator and run the following command (replacing the fields surrounded in < and > symbols with the actual values):For example, the command could look like this:For this integration, the CSP should be
Powershell
Powershell
Futurex CNG and the store name should be My. The My value tells CertUtil to look for the certificate in the X.509 certificate store for personal certificates, where you imported the code-signing certificate in the previous section. The only parameter value that you should change is the serial number value.
