Convert .pem to .crt and .key September 13, 2022 by Tarik I was able to convert pem to crt using this: openssl x509 -outform der -in your-cert.pem -out your-cert.crt