On Thu, 16 Aug 2001, Wang, Kate wrote:
| What is the exact command used to change PKCS12 password using Openssl?
|
| Thanks.
|
Actually, if you don't want to type PEM password, then you can try this
one instead:
openssl pkcs12 -nodes -in old.p12 | openssl pkcs12 -export -out new.p12
Regards,
On Thu, 16 Aug 2001, Wang, Kate wrote:
|
| What is the exact command used to change PKCS12 password using Openssl?
|
| Thanks.
|
| Kate
Well, I believe this should work:
openssl pkcs12 -in old.p12 | openssl pkcs12 -export -out new.p12
Then, you should type in:
1. Old import password
2. PEM pas