Q:

convert pem to crt

openssl x509 -inform DER -in yourdownloaded.crt -out outcert.pem -text
1
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt
1
openssl x509 -outform der -in your-cert.pem -out your-cert.crt
0

New to Communities?

Join the community