Given a P12 certificate file on Windows, what's the quickest way to see the details such as common name?
Say i have a file mycertificate.p12, ideally I'm looking for a command line tool that I can run against the file to show me the details and doesn't require anything extra to be installed.
It looks like openssl has something similar:
openssl pkcs12 -in file.p12 -info -noout