Print

Converting a DER file to PEM

About this task

If your Certificate Authority provides you with a DER-encoded certificate, you must convert it to PEM format before you can import it into the AE Services Management Console.

Procedure

To convert a DER file to PEM, from the command line type the following command:

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