The Command Line Interface (CLI) for applying PKCS #12 file (.p12) with its password, automatically to store the extracted identity in the keychain.
$sh install.sh
実行例
$ p12_importer --p12 ~/hoge.p12 --password ******
コマンド引数
Options:
--help [default: ] - help
--password [default: ] - give its password if p12 file is password protected.
--p12 [default: ] - give p12 file path
...
...