
How to convert a .cer to .pem format
The following OpenSSL command will convert a .cer file to .pem format. $ openssl x509 -inform der -in certificate.cer -outform pem -out certificate.pem
Read more »The following OpenSSL command will convert a .cer file to .pem format. $ openssl x509 -inform der -in certificate.cer -outform pem -out certificate.pem
Read more »