0

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

Filburt
  • 17,626
  • 12
  • 64
  • 115
System.Data
  • 3,878
  • 7
  • 32
  • 40
  • Possible duplicate of http://stackoverflow.com/questions/403174/convert-pfx-to-cer/405545#405545 – DeCaf Oct 02 '11 at 11:27

2 Answers2

0

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

Luís Cruz
  • 14,780
  • 16
  • 68
  • 100
Vishal
  • 31
  • 4
0

KeyPal utility will help you partially.

Refer Pkcs#12 options.

Raj
  • 1,113
  • 1
  • 17
  • 34