I already have purchased SSL certificate and i have received certificate and a .pem file as a private key? from the supplier; now i need to convert this .pem key into .key for b
openssl rsa -in privkey.pem -out private.key does the job.
openssl rsa -in privkey.pem -out private.key