Re: How to convert .P12 Certificate (ECC crypted) to .PEMs

2022-05-27 Thread David von Oheimb
12 command does not have an - outform option. And for those having it such as openssl x509, it is not needed because PEM is the default. Regards, David >   > From: openssl-users On Behalf Of > Beilharz, Michael > Sent: Wednesday, May 25, 2022 3:10 AM > To: 'openssl-users@o

RE: How to convert .P12 Certificate (ECC crypted) to .PEMs

2022-05-25 Thread Lynch, Pat
Try adding the following command line arguments: -outform pem From: openssl-users On Behalf Of Beilharz, Michael Sent: Wednesday, May 25, 2022 3:10 AM To: 'openssl-users@openssl.org' Subject: How to convert .P12 Certificate (ECC crypted) to .PEMs CAUTION: Email originated exter

How to convert .P12 Certificate (ECC crypted) to .PEMs

2022-05-25 Thread Beilharz, Michael
Hi OpenSSL Community, actual I have to convert a .P12 certificate (RSA crypted/created) into .PEM certificates, I use the following commands: openssl pkcs12 -in "inCert.p12" -clcerts -nokeys -out "outCert.pem" -passin pass: openssl pkcs12 -in "outCert.pem" -nocerts -out "outTmpKey.pem" -passin