Search Results

0
votes
1answer
1k views

Extracting private key from .cer to .pem with openssl

How can I export the private key embedded in an .cer file and convert it to .pem using openssl. Update: If I download a .cer file from Apple and import it into KeyC …