I have a .p12 file and I need to change its password. And this new password have to be "1234"
I already tried to do this with Keytool :
keytool -importkeystore -srckeystore authentification.p12 -srcstoretype PKCS12 -srcstorepass "2600807934-Auth" -destkeystore new.p12 -deststoretype PKCS12 -storepass 1234
But i got an error message telling me that the new password must contains at lesat 6 char.
Do you no another way to do this ? (I got other .p12 files with "1234" as password, so it is possible)
contents.txt
") and leave it empty? Isn't the second password ("for the.p12
bundle") enough? In the above process, it seems the first password is useless (we open and remove it in the second step)! Not? – Fishtail