Конвертация PFX в CRT и KEY
openssl pkcs12 -in [file.pfx] -nocerts -out [file.key] -nodes openssl pkcs12 -in [file.pfx] -clcerts -nokeys -out [certfile.crt] -nodes
CER -> PEMopen a terminal and run the following commandopenssl x509 -inform pem -in certificate.cer -outform der -out certificate.pem