Convert CSR to PFX
A Certificate Signing Request (CSR) contains the information needed to create a signed certificate (.cer). The .cer file can then be exported as a .pfx file, which is the format Mideye Server uses for the Web GUI.
1. Create a CSR in Windows
Section titled “1. Create a CSR in Windows”- Open mmc.exe on the Windows server where the certificate will be used.
- Add the Certificates snap-in (Computer Account → Local Computer).
- Navigate to Personal → Certificates.
- Right-click Certificates → All Tasks → Advanced Operations → Create Custom Request.
- Follow the wizard to generate a CSR file.
For a detailed walkthrough, see the SSLTrust MMC guide.
2. Submit the CSR and receive a .cer file
Section titled “2. Submit the CSR and receive a .cer file”Send the CSR to your organization’s preferred certificate authority (CA). A signed .cer file will be returned.
3. Import the .cer file
Section titled “3. Import the .cer file”- Go back to the Windows server where the CSR was created.
- Open mmc.exe.
- Navigate to Console Root → Certificates (Local Computer) → Personal → Certificates.
- Right-click Certificates → All Tasks → Import.
- Select the
.cerfile and complete the import wizard.
The certificate is now imported and ready to be exported as a .pfx file.
4. Export to .pfx
Section titled “4. Export to .pfx”- Right-click the imported certificate → All Tasks → Export.
- Select Yes, export the private key.
- Choose the PFX format and set a password.
- Save the
.pfxfile.
The .pfx file can now be imported into Mideye Server for use with the Web GUI. See Certificate Management for import instructions.
Related links
Section titled “Related links”- Certificate Management — Manage SSL/TLS certificates in Mideye Server
- Networking Requirements — Port and protocol reference
- Support Center