How can I create a PEM file from an SSL certificate?
These are the files that I have available:
.crtserver.csr >
Run below commands:
a) openssl pkcs12 -in Certificates.p12 -out CertificateName.pem -nodes,
b) openssl pkcs12 -in Certificates.p12 -out pushcert.pem -nodes -clcerts