1. Create the certificate request as below:
a. Create request.inf with the following configuration:
[NewRequest] Subject="CN=" Exportable=TRUE KeyLength=1024 KeySpec=1 KeyUsage=0xf0 MachineKeySet=TRUE [EnhancedKeyUsageExtension] OID=1.3.6.1.5.5.7.3.1 OID=1.3.6.1.5.5.7.3.2
b. Run the following command to create the request from the request.inf created above:
certreq -new -f RequestConfig.inf BinaryRequest.req
2. Submit the request to the CA (Standalone or Enterprise) and export the certificate as pfx.
3. In the Workgroup computer, run the following commands:
MOMCertImport.exe /Remove
MOMCertImport.exe C:\.pfx /Password

Leave a comment