Convert an old style .p12 to .pem (unsupported algorithm RC2-40-CBC) April 1, 2024 by Tarik openssl has a key algorithm provider called legacy. Just try with: openssl pkcs12 -in mycert.p12 -legacy -nodes