Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

how_to_get_information_from_a_p12_file.md

File metadata and controls

14 lines (9 loc) · 406 Bytes

How to get information from a P12 file

This is how you extract information from a P12 file.

$ openssl pkcs12 -info -in keyStore.p12

You will be prompted for a password and if authentication is successful the information will be displayed.

References