Hi

> >To generate a pkcs12 file, type:
> >openssl pkcs12 -inkey my.key -in my.crt -out my.p12 -name "My Name"
> 
> With this step I have this error:
> 10008:error:0D0FE007:asn1 encoding routines:d2i_PKCS12:expecting an asn1 
> sequence:p12_lib.c:85:address=1053344 offset=0
> What's the problem?
> Could you help me?

Oops: It should of course be:
openssl pkcs12 -export -inkey my.key -in my.crt -out my.p12 -name "My Name"

By the way: 
openssl pkcs12 -h
gives you all options...

Bye
Tim


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to