Feb 20
2015
If your SSL certificate was received in DER format, here is the command to convert it to PEM:
openssl x509 -in signed_cert.der -inform DER -out server.crt
openssl x509 -in signed_cert.der -inform DER -out server.crt