I'm trying to extract cert & key from a .p12 file. Running this command in OpenSLL
openssl pkcs12 -info -in certificate.p12 -nodes
It prompts for a password, but after that I get this error:
Error outputting keys and certificates 1C400000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto\evp\evp_fetch.c:373:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()
Does it sound like an issue with the OpenSSL version? I have version 3.0.7 installed on my Windows computer.
Thank you!