How can I create a PEM file from an SSL certificate?
These are the files that I have available:
.crt
server.csr
openssl pkcs12 -in YOUR_CERTIFICATE.p12 -out YOUR_CERTIFICATE.pem -nodes -clcerts