I am trying to extract certificates on my Android phone from a PKCS#12 file. I created the file on OSX with the command
Code: Select all
openssl pkcs12 -export -nokeys -in ca.crt -out pkcs12.pfx
When I get asked for the password in the step "Extract certificate" the passwords I used to create the PKCS#12 file are revoked.
What am I doing wrong?
Thanks for any help,
Regards,
Alex