blogJanuary 11, 2024by Mukesh Salaria0

How to convert a certificate file from crt to cer less than 1 minute

Description:

Many time you get a (.crt) or (.p7b) file from your SSL provider, but most of the hosting platform accept only (.crt) file. So I ran into this scenario multiple times so I decided to create a post for myself to see how we can do that as it’s hard sometime to recall. It will also help other developers like me looking for a easy way to convert (.crt) file into (.cer).

  1. (.crt) = The crt extension is used for certificates and may be encoded as binary DER or as ASCII pem.
  2. (.cer) = It’s an alternative form of .crt, which you can convert .crt to .cer easily.

Solution:

 

Double click on the *.crt file

 

 

1. Double click on the *.crt file and it will open up a dialog. Click on the Details tab  and then click on Copy to file button bottom right.

Details tab  and then click on Copy to file

 

 

2. Click on the Next button.

Click on the Next for cer file

 

3. Select Base-64 encoded X.509 (.CER), then press Next button.

Click on the Browse  button select the destination of .cer

 

4. Click on the Browse  button select the destination of .cer to be saved with name.

Click on the Browse  button select cer file

5. Press Next, and then click on the Finish button from the dialog.

 

You are good to go now. You can upload that generate (.cer) file into any hosting provider.

thanks!

Still have any questions, feel free to contact us.

Share

Leave a Reply

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