RE: Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-24 Thread John Chen
...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of John Chen Sent: Monday, March 22, 2010 10:01 AM To: openssl-users@openssl.org Subject: Need help on: openssl pkcs12 --- avoid or in batch mode Hi Dr Stephen Henson, I really could not solve this issue and need your help. When I run

Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-24 Thread John Chen
Hi guys, I am still searching for the answer of batch mode on openssl pkcs12 but no luck. Is anyone can help me a work around way to avoid Enter Export Password: Verifying - Enter Export Password: Above two prompts. Thanks John

Re: Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-24 Thread Dr. Stephen Henson
On Wed, Mar 24, 2010, John Chen wrote: Hi guys, I am still searching for the answer of batch mode on openssl pkcs12 but no luck. Is anyone can help me a work around way to avoid Enter Export Password: Verifying - Enter Export Password: Above two prompts.

Re: Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-24 Thread Mounir IDRASSI
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of John Chen Sent: Monday, March 22, 2010 10:01 AM To: openssl-users@openssl.org Subject: Need help on: openssl pkcs12 --- avoid or in batch mode Hi Dr Stephen Henson, I really could not solve

Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-22 Thread John Chen
Hi Dr Stephen Henson, I really could not solve this issue and need your help. When I run openssl pkcs12 -in new.crt -inkey new.key -certfile .CA/cacert.pem -out new.p12 -export -name xx It will prompt user for: Enter Export Password: Verifying - Enter Export Password: Is anyway I can

Re: Need help on: openssl pkcs12 --- avoid or in batch mode

2010-03-22 Thread Mounir IDRASSI
Hi John, I have already answered your question on the list two days ago. Here is what I wrote : To avoid the password prompt, you can add the argument -password pass: to the command line. This will use an empty password for the PKCS12 file. For a non empty value, for example 1234, use