Changing .crt file into the .cer format

  • Double-click on the yourwebsite.crt file to open it into the certificate display.
  • In a new window go to Details and click button Copy to File.
  • Click Next.
  • In the Certificate Export Wizard select option Base-64 encoded X.509 (.CER) and click Next.
  • Click Browse (to locate a destination) and type in the filename yourwebsite.
  • Click Next and Finish.
  • You now have the file yourwebsite.cer
  • 49 Users Found This Useful
Was this answer helpful?

Related Articles

Java Keytool: commands

Deleting a certificate:  keytool -delete -alias aliasname List all of the...

How do I make my own bundle file from CRT files?

You may do this using you favorite text editor or by using the command line.Example: #...

Convert certificates formats (PEM/P7B/PFX/DER)

You can change certificate format using OpenSSL commands or SSL Converter tool. The...

Converting .pfx file for use with Apache

Run the following command with open SSL:  openssl pkcs12 -in mypfxfile.pfx -out...

Backing up and Restoring the pending request in IIS 5 or 6

Backing up the private key of the pending request Go to menu Start, select Run,...