Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 548 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 548 Bytes

PKCS-12CLI

The Command Line Interface (CLI) for applying PKCS #12 file (.p12) with its password, automatically to store the extracted identity in the keychain.

Installation

$sh install.sh

Usage

実行例

$ 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

Options

Related Articles

...

Q&A

...