How do I convert .crt file to .pem file?

Question: How do I convert .crt file to .pem file(s)?

Answer:

-> openssl x509 -in input.crt -out input.der -outform DER

then

-> openssl x509 -in input.der -inform DER -out output.pem -outform PEM

Now you have the file in .pem format

If you do not have OpenSSL installed, you can find compiled bin aries on http://www.openssl.org

Windows Builds of OpenSSL can be found here. Light builds of W32OpenSSL will suite most Windows users just fine.

Note: By default Comodo sends our certificates in PEM format.
  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

What does the Warranty actually mean?

We believe it is important to protect the end user. If we were to issue a certificate in error to...

Why does the secure part of the website say the name on the security certificate is invalid or does not match the name of the site?

There are a few possible reasons for this:1) The certificate has a Common Name (CN) of...

The CSR cannot be decoded or is invalid

CSR is possibly missing one or more required fields.The CSR must contain a minimum of the...

I have accidentally deleted or lost my Private Key

First check your backups and see if you can re-install the "private key". If you don't know how...

I have changed my server, or moved to a different provider, how do I move the certificate?

If you are moving servers or providers, you will need to get the certificate and private key from...