Sometimes the ssl format may be pfx. To convert to .pem you can use the following command (Note: often the file is password protected, as such you will need the password to change the file format):
openssl pkcs12 \ -in cert.pfx \ -out websitename.pem \ -nodesYou may then be prompted for the password