Re: AW: AW: How to figure out if .P12 is RSA or ECC crypted

2022-06-09 Thread Tomas Mraz
On Thu, 2022-06-09 at 13:14 +, Beilharz, Michael wrote: > well, i use: > > pkcs12 -in "cert.p12" -clcerts -nokeys -out cert.PEM" -passin > pass: > pkcs12 -in "cert.p12" -nocerts -out tmpkey.PEM -passin pass: - > passout pass: Instead of this step you can just use: pkcs12 -in "cert.p12" -noce

Re: AW: AW: How to figure out if .P12 is RSA or ECC crypted

2022-06-09 Thread Hubert Kario
On Thursday, 9 June 2022 15:14:45 CEST, Beilharz, Michael wrote: well, i use: pkcs12 -in "cert.p12" -clcerts -nokeys -out cert.PEM" -passin pass: pkcs12 -in "cert.p12" -nocerts -out tmpkey.PEM -passin pass: -passout pass: rsa -in tmpkey.PEM" -out key.PEM -passin pass: to create the cert.pem a

AW: AW: How to figure out if .P12 is RSA or ECC crypted

2022-06-09 Thread Beilharz, Michael
well, i use: pkcs12 -in "cert.p12" -clcerts -nokeys -out cert.PEM" -passin pass: pkcs12 -in "cert.p12" -nocerts -out tmpkey.PEM -passin pass: -passout pass: rsa -in tmpkey.PEM" -out key.PEM -passin pass: to create the cert.pem and the key.pem from a RSA .P12 and this: pkcs12 -in cert.p12 -out