Certificate - CSR to pfx¶
CSR stands for Certificate Signing Request. It contains the information needed to create a .cer certificate. A .cer certificate can be exported to a .pfx file, which is what Mideye Server uses for the Web GUI.
Creating a CSR in Windows¶
In Windows, use MMC to create a CSR. There is a pretty good guide over at ssltrust.com.au on how to do this: https://www.ssltrust.com.au/help/setup-guides/microsoft-certificates-mmc
Generating .cer from CSR¶
Send the CSR to the company preferred sollution and most likely a .cer file will be returned.
Import the .cer file to mmc.exe¶
To create a .pfx from the .cer follow these steps:
- Go back to the Windows server whare the CSR was created.
- Open mmc.exe
- Go to Console Root → Certificate (local computer) → Personal → Certificates
- Right click on Certificates
- Choose All tasks → Import
- Choose the .cer file.
The .cer file is now imported and ready to be exported as a .pfx file
Export the certificate to a .pfx file¶
- Choose the certificate that was imported in the previous step.
- Right click and choose Export.
- Chose "Yes, export the private key"
The file will be exported as a .pfx file that now can be imported to the Mideye Server for use with Web GUI.