Openssl on Opensuse 11.3

Hello everibody,

i think i’ve got a problem with Openssl version 1.0.0.

i’ve extract a .pem user certificate from a .p12 certificate with :

openssl pkcs12 -clcerts -nokeys -in certificato.p12 -out usercer.pem

and this work fine.

i also have to extract a user key from a .p12 certificate.

i use this comand to do that:

openssl pkcs12 -nocerts -in certificato.p12 -out userkey.pem

then he ask me for the password to import the certificate and then for the password to export the key.

i’ve got the same problems on two different machines that runs Opensuse 11.3

i’ve got no errors but when i try to use the key to set up a connection the network manager says me that the key is not protected by a password and he don’t allow me to use that key.

i try to run the same command on Debian and Ubuntu and it work’s fine with the same certificate.

i hope someone can explain me where’s the problem. Thanks.

ps: sorry for my poor English.