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