Is there a utility to get information from PFX files like for example to get the private key? How is开发者_开发百科 a PFX structured?
KeyPal utility will help you partially.
Refer Pkcs#12 options.
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
精彩评论