I have a PFX file on my drive. I want to see the certificate chain for it. How do I see this? I am asking for a visual tool since I'm sure this won't be the last time I need to view certificate information, and I know of no tool that does this...
certutil -dump filename.pfx
MS doc: http://technet.microsoft.com/library/cc732443.aspx
Although that is for Win 8 or Server 2012. I have Win 7 on my development machine - not sure if this program is present by default or came with Visual Studio.
Below also works fine in cmd:
openssl pkcs12 -info -in path to cert
for more info check these links :
https://superuser.com/questions/580697/how-do-i-view-the-contents-of-a-pfx-file-on-windows/1212800
https://www.sslshopper.com/article-most-common-openssl-commands.html
In case if you run into openssl issue, means if it's not installed, download openssl and refer path to openssl.exe in bin instead of openssl.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With