Re: PKCS12 import error into MacOSX keychain access

2009-11-13 Thread Midori Green
sl pkcs12 -export -clcerts -inkey midori.key -in midori.cert \ -out midori-cert.p12 -name "Midori Green" I am still get the that old "CSSMERR_CL_UNKNOWN_FORMAT" error. I think that at this stage, the best course of action will be to upgrade my operating system from

Re: PKCS12 import error into MacOSX keychain access

2009-11-13 Thread Midori Green
> Might be this can help you to solve the issue: In the attached gif is > the ASN.1 decoded content of the PFX (upper part) and the decrypted > content of the pkcs8ShroudedKeyBag's octet string (lower part). > A question regarding the Mac import attempt: Does the error occur > before or after it as

Re: PKCS12 import error into MacOSX keychain access

2009-11-12 Thread Midori Green
\ -nomaciter -descert -name "Midori Green" -out midori1.p12 openssl pkcs12 -export -inkey midori.key -in midori.cert \ -nomaciter -descert -name "Midori Green" -out midori2.p12 openssl pkcs12 -export -clcerts -inkey midori.key -in midori.cert \ -name

Re: PKCS12 import error into MacOSX keychain access

2009-11-12 Thread Midori Green
On Thu, Nov 12, 2009 at 7:01 AM, PMHager wrote: > Just a suggestion which does not consume much time: > The .P12 (or .PFX) formats from OpenSSL and Windows > are slightly different. To convert between the two, > just import the P12 into the MS CertStore "My" and > locate and export the certificate

PKCS12 import error into MacOSX keychain access

2009-11-11 Thread Midori Green
I have been trying unsuccessfully to import a PKCS12 file created by openssl into the "keychain access" application for MacOSX. When I do, I always get the error: CSSMERR_CL_UNKNOWN_FORMAT Please note the following: * 2048 bit rsa private key, PEM encoded and encrypted with 3DES, and vie