Question

Is there a utility to get information from PFX files like for example to get the private key? How is a PFX structured?

Was it helpful?

Solution

KeyPal utility will help you partially.

Refer Pkcs#12 options.

OTHER TIPS

Use the below command.

keytool -list -keystore path of pfx file in quotes -storepass password of pfx file in quotes

It will display how many certificates keychain it has along with all details one by one

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top