qacafe - ip test solutions
Knowledge Base > How do I convert a certificate from .cer/.crt/.der format to .pem format?

How do I convert a certificate from .cer/.crt/.der format to .pem format?

TR-069

The following openssl command can be used to convert a certificate in .cer/.crt/.der format to .pem format:

# openssl x509 -inform DER -in MYCERT.cer -out MYCERT.pem

For more information, please see the OpenSSL x509 documentation available here.

Related articles that may also be helpful: