Before you begin
Obtain the signed certificate from the Certificate Authority (CA). You might also receive a certificate trust chain if the CA did not directly sign the certificate. The certificate trust chain might be provided as a separate file or it might be concatenated directly onto the signed certificate.
If the signed certificate is not in a PEM-encoded format, re-encode the certificate in the PEM format before uploading it to the EMS.
An open-source SSL library with utilities for conversions is available at:
http://www.openssl.org
You can use this utility to convert a file with a DER-encoded format to a PEM format, as shown in the example below:
openssl x509 –in input.der –inform DER –out output.pem –outform PEM
You can convert a certificate with a .PEM extension to the .crt extension by renaming the file and changing the PEM extension to .crt.