Combine your certificate file with the private key used to create your CSR file:
cat {certificateFile}.crt private-key.pem > host.pem
Encode the combined file from the previous step in x509 PEM format:
openssl rsa -in host.pem -out nopassphrase.pem