Print

Converting Certificate files in other formats for AE Services

About this task

The following describes the conversion of files using openssl tools. If the CA provides you with a certificate in DER format, use the following procedure to convert it to PEM before importing it into the AE Services Management Console.

noteNote

Openssl tools are available on the Web at www.openssl.org.

Procedure

Convert the DER file to PEM format by using the openssl tools you can use the following command:

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