blob: 5b61f597d1db06f16f55658ee2ccf63505f6339f [file] [log] [blame]
Alexander Afanasyev151a8552014-04-11 00:54:43 -07001ndnsec-import
2=============
3
4``ndnsec-import`` is a tool to import an identity's security data that is prepared by
5``ndnsec-export``.
6
7Usage
8-----
9
10::
11
12 $ ndnsec-import [-h] [-p] input
13
14Description
15-----------
16
17``ndnsec-import`` read data from ``input``. It will ask for password if the input contains private
18key. If ``input`` is ``-``, security data will be read from standard input.
19
20Options
21-------
22
23``-p``
24 Indicates the imported data containing private key. A password will be asked for data encryption.
25
26Examples
27--------
28
29Import an identity's security data including private key:
30
31::
32
33 $ ndnsec-import -p input_file