I have a file.p12 which contains the private key protected with a password (that i have not) and the public certificate.
I have tried the following commands in the cmd of windows:
pkcs12 -in file.p12 -clcerts -nokeys -out publicCert.pe
But it require the private passwords.