Re: pkcs12 error message

2001-10-18 Thread Ravi Prakash B.V.
You have to provide private key file also along with certificate. It can be within your certificate file w.crt or u can provide the private key file separately using -inkey option. Try using -inkey option Ravi On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote: i'm trying to create a

pkcs12 error message

2001-10-17 Thread Juan Carlos Albores Aguilar
i'm trying to create a p12 file from a pem file (a .crt file) and i get the follow error message: openssl pkcs12 -export -in w.crt -out w.p12 -name micert Error loading private key 995:error::PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expecting: ANY PRIVATE KEY i did this where i