i have a script in perl (this is some lines)
@args_pkcs12 = ($sslbin, "pkcs12", "-export", "-clcerts", "-in",
$filecrt, "-inkey", $filekey, "-passin", "pass:$passwd1", "-out",
$filepkcs12, "-password", "pass:passwd1", "-name", $frendlyname
this scrip create the .key, the .csr (the CA sign the petition), the
.crt, and then the .p12
when execute the same line in "shell" I don´t have problem with the
verification
but wheh i have import the file.p12 (created from script) two my
browser (IE or Nestacpe) i have this error
"invalid export password"
the password for the private key is the same of the export password for
pkcs12
when execute in shell
openssl pkcs12 -in file.p12 -info -text
Enter Import Password: "$passwd1" ---> the same password of the script
Mac Iteration 2048
Mav verify error: invalid password?
thaks
and sorry my poor english
Leonardo Uzcategui
RedULA -CPTM
Merida Venezuela
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org