I'm currently working on an EAP-TLS exchange.
I have a private key file in this format:
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
My client certificate is encrypted.
I also have a ca certificate that is not encrypted.
I'd like to find out the openssl command to decrypt the client certificate.