Hello, openssl-users. I try to generate a pkcs12 file that can be imported in Netscape by doing the following command sequence: # create random state openssl md5 * > rand.dat # generate a private key protected with a passphrase openssl genrsa -rand rand.dat -des3 1024 > key.pem # generate a dummy self-signed certificate openssl req -new -x509 -key key.pem -out selfsigned.pem # Generating PKCS#12 files openssl pkcs12 -export -in selfsigned.pem -out selfsigned.p12 -name "selfsigned" The last command fails with the following error message: Error loading private key 13372:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expecting: ANY PRIVATE KEY Do you have any tips of how to solve this? -Arne- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
openSSL pkcs12: Generating self signed .p12 file
Riiber Arne AV/G(NES/ETO/I/KE) Wed, 8 Mar 2000 01:04:18 -0800
- Re: openSSL pkcs12: Generating self signed ... Riiber Arne AV/G(NES/ETO/I/KE)
- Re: openSSL pkcs12: Generating self si... Lutz Jaenicke
- Re: openSSL pkcs12: Generating self si... Richard Levitte - VMS Whacker
- Re: openSSL pkcs12: Generating self si... Dr Stephen Henson
- Re: openSSL pkcs12: Generating self si... Sadir Al-khafaji
- RE: openSSL pkcs12: Generating self si... Arne Riiber(ETO)