Tag: pfx
-
Extracting private key and certificate from pfx file
To extract private key: To extract certificate: To do the opposite openssl pkcs12 -export -in certificate.crt -inkey certificate.key -out certificate.pfx
To extract private key: To extract certificate: To do the opposite openssl pkcs12 -export -in certificate.crt -inkey certificate.key -out certificate.pfx