Apache expects a .CRT to be a X.509 certificate in base64 encoded format. To covert the binary CER file, copy the CER file to the CloudBolt server and run the following command:
$ openssl x509 -inform DER -in ssl_certificate.cer -out ssl_certificate.crt
Convert a .CER file to .CRT