skellock / p12info

Prints certificate and private key for a p12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This script will extract the certificate & private key from a .p12 file. The .p12 file must not have a password (lulz).

I made it for supporting Apple push notifications on Twilio originally, but you could use for anything that needs this.

Note

Will not work with files containing spaces. Lame, i know.

Requirements

I've only tested on MacOS with a .p12 export from the Keychain Access app.

License

MIT

About

Prints certificate and private key for a p12

License:MIT License


Languages

Language:Shell 100.0%