Step by Step Procedure to Convert a CER Certificate to PFX Without the Private Key


Before jumping into the procedure to convert a CER certificate to PFX without the private key. Let’s understand the difference between the certificate formats.

You can always refer X.509 certificate Request for Comments (RFC) and X.509 articles to know about the digital certificates in depth. X.509 certificates come majorly in two formats: Base64 (ASCII) and Binary. Again there are two formats underneath Base64. They are PEM and PKCS#7. As like Base64, Binary has two formats too: DER and PKCS#12. Of all these certificate formats few of them come bundled with a private key and few are not. To tell in short, .cer, .crt, and .p7b formats necessarily don’t have the private key with them. Whereas .pfx is always bundled with a private key.

Most of the Certificate Authorities will not issue certificates with the private key. They just issue and share the certificates in .cer, .crt, and .p7b formats which don’t have the private key in most of the cases. But, your application needs the certificate in .pfx format. Now, you have a .cer certificate in your hand, but you need a .pfx certificate to deploy. And, you can’t convert the .cer certificate to .pfx without the private key. This problem has created confusion in most people and may create delays in the certificate deployment/renewal process.

We thought it is an excellent idea to address this common problem. So we are here to explain the complete step by step process to convert a CER Certificate to PFX Without the private key.

How to Convert a CER Certificate to PFX Without the Private Key?

The procedure is quite simple. You can convert a CER certificate to PFX without the private key in three simple steps. But, this process will require the machine on which you have created the CSR (Certificate Signing Request) Because the private key had been created during the CRS creation process. We are just using the previously create private key to convert the CER certificate to PFX. Bear in mind, this process will work only on Windows platform.

  1. Import the certificate chain to their respective stores.
  2. Open the certificate snap-in in the Windows MMC console.
  3. Export the certificate in .pfx from the MMC console.
See also  How To Fix CVE-2021-22205, Unauthenticated RCE Vulnerability In GitLab

Time needed: 5 minutes.

How to Convert a CER Certificate to PFX Without the Private Key?

  1. Import the certificate to its personal certificate storeRight-click on the certificate file.
    Select install certificate.Install certificate
  2. Select Local Computer radio buttonSelect local computer
  3. Select the default automatic store to import the certificateSelect the certificate store to import the certificate
  4. Import the certificateClick Finish button to complete the import process.Import the certificate.
  5. Import process complete.Wait for a while until you see a successful message.
    Certificate Import Successful
  6. Open MMC in Windows serverHit Win + R to open the Run utility
    Type mmc in the box.
    Press Ok.
    Open mmc in Windows Server
  7. Add Certificate Snap-inGo to File > Add/Remove Snap-in..Add Certificate Snap-in
  8. Select Certificates and press AddCertificate Snap-in
  9. Select the User or Computer Certificate snap-inSelect the snap-in which you want to create the certificate. For demonstration we are choosing Compute account.
    Click Next.
    Select Computer account
  10. Select Local ComputerSelect local computer as you are going to create CSR on the same computer.
    Click Finish.Select Local Computer
  11. Select Certificate (Local Computer) and click OkSelect Local Computer snap-in
  12. Load MMCYou will see the certificate in the personal store.MMC Console
  13. Export the Certificate
    Right Click on the Certificate
    Select All Tasks -> Export
    Export the certificate
  14. Certificate Export WizardClick Next in the Certificate Export WizardCertificate Export Wizard
  15. Export the Private KeySelect the radio button ‘yes, export the private key’
    Click Next
    Export the private key
  16. Export pfx certificateSelect PFX radio button.
    Three options are available to select during the export. Select the one which you need.
    Click NextExport pfx certificate
  17. Select Security options to export the pfx certificate.(Optional) Select the Group or user name of your choice if you want to set the permissions to manage the certificate.
    Select a password and enter the password to encrypt the certificate.
    Note: It is mandated to select the password. It is recommended to secure the private key.Select security options to export the certificate
  18. Provide the location to save the pfx Certificate.Browse the location where you want to save the pfx certificate
    Click NextSave pfx certificate
  19. Finish to export the pfx certificateFinish to export the pfx certificate

Leave a Reply

Your email address will not be published. Required fields are marked *